Skip to content

Commit

Permalink
Fixed build problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
claycephus authored and supersonicclay committed Nov 19, 2013
1 parent 87c4b9c commit 90d97ef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Source/minesweeperwhiz/ui/UIMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public class UIMenuBar extends JMenuBar implements ActionListener {
JRadioButtonMenuItem difficultyIntermediate;
JRadioButtonMenuItem difficultyAdvanced;

JMenu solverMenu;
JMenuItem solverStart;
JMenuItem solverStop;

public UIMenuBar() {
// Game Menu
gameMenu = new JMenu("Game");
Expand Down Expand Up @@ -100,12 +96,6 @@ else if (source == difficultyIntermediate) {
else if (source == difficultyAdvanced) {
setAdvanced();
}
else if (source == solverStart) {
startSolver();
}
else if (source == solverStop) {
stopSolver();
}
}

private void newPlayableGame() {
Expand Down

0 comments on commit 90d97ef

Please sign in to comment.