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