X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2Fmi%2Fnandbased%2FGUI_rsLatch.java;fp=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2Fmi%2Fnandbased%2FGUI_rsLatch.java;h=b6f030cff461e78d0456c8b6864f9d8c728e0fee;hb=a807d568a22ff7281f82c186e0f8c4c197168fc6;hp=6f3e951e49096812940889c724971b5aba4a1524;hpb=3a9b1d1922b328b40bf17c6dfc0f4c3948c90158;p=Mograsim.git diff --git a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUI_rsLatch.java b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUI_rsLatch.java index 6f3e951e..b6f030cf 100644 --- a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUI_rsLatch.java +++ b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUI_rsLatch.java @@ -37,7 +37,6 @@ public class GUI_rsLatch extends SubmodelComponent @SuppressWarnings("unused") // for GUIWires being created private void initSubmodelComponents(Pin _S, Pin _R, Pin Q, Pin _Q) { - GUINandGate nand1 = new GUINandGate(submodelModifiable, 1); GUINandGate nand2 = new GUINandGate(submodelModifiable, 1);