X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fwires%2FConnectionPoint.java;fp=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fwires%2FConnectionPoint.java;h=0000000000000000000000000000000000000000;hb=a2eef1d1616d03af5b464f347f6176ea9d2cc75e;hp=ed10286dd21d5f0e7f79196b36ded92eca9ec822;hpb=6a7d43ee5a2b2964389e46fc027e47e426774ea1;p=Mograsim.git diff --git a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/wires/ConnectionPoint.java b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/wires/ConnectionPoint.java deleted file mode 100644 index ed10286d..00000000 --- a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/wires/ConnectionPoint.java +++ /dev/null @@ -1,13 +0,0 @@ -package net.mograsim.logic.ui.model.wires; - -public interface ConnectionPoint -{ - /** - * Retrieves the {@link Pin}, that is used by the {@link GUIWire} to connect to. - * - * @return the {@link Pin} for the wire to connect to. - * - * @author Christian Femers - */ - Pin getPin(); -}