Renamed project folders to match the respective project name
[Mograsim.git] / LogicUI / src / net / mograsim / logic / ui / model / components / GUIAndGate.java
diff --git a/LogicUI/src/net/mograsim/logic/ui/model/components/GUIAndGate.java b/LogicUI/src/net/mograsim/logic/ui/model/components/GUIAndGate.java
deleted file mode 100644 (file)
index 440881d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package net.mograsim.logic.ui.model.components;
-
-import net.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