From 13795737a360ea40b76d60020c48ce16df71b09c Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Sat, 1 May 2021 17:35:19 +0100 Subject: [PATCH] Remove old call --- src/ika/colororacle/ColorOracle.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ika/colororacle/ColorOracle.java b/src/ika/colororacle/ColorOracle.java index 11ae4dd..7661ffe 100755 --- a/src/ika/colororacle/ColorOracle.java +++ b/src/ika/colororacle/ColorOracle.java @@ -431,8 +431,6 @@ public class ColorOracle extends WindowAdapter implements KeyListener, FocusList // remember the current simulation currentSimulation = simulationType; -// updateMenuState(); - // hide the about dialog before taking a screenshot if (aboutDialog != null) { aboutDialog.setVisible(false); @@ -467,9 +465,7 @@ public class ColorOracle extends WindowAdapter implements KeyListener, FocusList public void switchToNormalVision() { // remember the current simulation currentSimulation = Simulation.normal; - -// updateMenuState(); - + // hide the window hideSimulation(); }