Skip to content

Commit

Permalink
Removed some unused function declarations in the menu code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed May 30, 2024
1 parent 0a60a0f commit e1a39d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smw/GSMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ class MenuState : public GameState
private:
MenuState();
~MenuState();
MenuState(MenuState const&);
void operator=(MenuState const&);

void onEnterState();

Expand Down

0 comments on commit e1a39d0

Please sign in to comment.