Remove old call

This commit is contained in:
Alan O'Callaghan 2021-05-01 17:35:19 +01:00
parent be0ade6ff0
commit 13795737a3
1 changed files with 1 additions and 5 deletions

View File

@ -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();
}