X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUINotGate.java;fp=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUINotGate.java;h=0000000000000000000000000000000000000000;hb=a28f7aa0dab4248e99159c5a647676170cb17a4e;hp=c22d9b285e0de8aba809aa7f7e55f1b06e5a3b33;hpb=80bfbd8ebf0ad8a7ad98584544a0c73f43e6f3b6;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/components/GUINotGate.java b/LogicUI/src/era/mi/gui/model/components/GUINotGate.java deleted file mode 100644 index c22d9b28..00000000 --- a/LogicUI/src/era/mi/gui/model/components/GUINotGate.java +++ /dev/null @@ -1,12 +0,0 @@ -package era.mi.gui.model.components; - -import era.mi.gui.model.ViewModel; - -public class GUINotGate extends SimpleRectangularGUIGate -{ - public GUINotGate(ViewModel model, int logicWidth) - { - super(model, logicWidth, "1", true); - setInputCount(1); - } -} \ No newline at end of file