Removed ConnectionPoint causing confusion
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / wires / Pin.java
index b761c0e..287a623 100644 (file)
@@ -15,7 +15,7 @@ import net.mograsim.logic.ui.model.components.GUIComponent;
  * 
  * @author Daniel Kirschten
  */
-public class Pin implements ConnectionPoint
+public class Pin
 {
        /**
         * The {@link GUIComponent} this pin belongs to
@@ -136,10 +136,4 @@ public class Pin implements ConnectionPoint
        {
                return "Pin [" + name + ", point=" + getPos() + "]";
        }
-
-       @Override
-       public Pin getPin()
-       {
-               return this;
-       }
 }
\ No newline at end of file