Skip to content

Commit

Permalink
Removed cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Sep 16, 2023
1 parent 7dcdde0 commit 277415c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public PlayerRoster() {
e -> launch()
));
getLaunchButton().setEnabled(false); // not usuable without a game
// getLaunchButton().setVisible(false);
retireButton = getLaunchButton(); // for compatibility

setShowDisabledOptions(false); //AbstractToolbarItem
Expand Down Expand Up @@ -482,9 +481,6 @@ public void finish() {
a.execute();
GameModule.getGameModule().getServer().sendToOthers(a);
}
// button is enabled / disabled at start and end of games.
// not clear what purpose is served by adjusting button visibility here
// getLaunchButton().setVisible(getMySide() != null);
pickedSide = true;
}

Expand Down

0 comments on commit 277415c

Please sign in to comment.