ViewLogicModelAdapter now uses NandGate for GUINandGate
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUINandGate.java
index 6f1e640..8078ddb 100644 (file)
@@ -8,6 +8,5 @@ public class GUINandGate extends SimpleRectangularGUIGate
        {
                super(model, logicWidth, "&", true);
                setInputCount(2);// TODO make variable
-               // TODO
        }
 }
\ No newline at end of file