Renamed mograsim to net.mograsim
[Mograsim.git] / LogicUI / src / mograsim / logic / ui / model / components / GUIAndGate.java
diff --git a/LogicUI/src/mograsim/logic/ui/model/components/GUIAndGate.java b/LogicUI/src/mograsim/logic/ui/model/components/GUIAndGate.java
deleted file mode 100644 (file)
index 8efea1c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package mograsim.logic.ui.model.components;
-
-import mograsim.logic.ui.model.ViewModel;
-
-public class GUIAndGate extends SimpleRectangularGUIGate
-{
-       public GUIAndGate(ViewModel model, int logicWidth)
-       {
-               super(model, logicWidth, "&", false);
-               setInputCount(2);// TODO make variable
-       }
-}
\ No newline at end of file