X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIOrGate.java;fp=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIOrGate.java;h=0000000000000000000000000000000000000000;hb=a28f7aa0dab4248e99159c5a647676170cb17a4e;hp=a732509b4f4b7b57bbef54b07e738dbbc0092e65;hpb=80bfbd8ebf0ad8a7ad98584544a0c73f43e6f3b6;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/components/GUIOrGate.java b/LogicUI/src/era/mi/gui/model/components/GUIOrGate.java deleted file mode 100644 index a732509b..00000000 --- a/LogicUI/src/era/mi/gui/model/components/GUIOrGate.java +++ /dev/null @@ -1,12 +0,0 @@ -package era.mi.gui.model.components; - -import era.mi.gui.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