Renamed project to MoGraSim
[Mograsim.git] / LogicUI / src / era / mi / gui / model / components / GUINotGate.java
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 (file)
index c22d9b2..0000000
+++ /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