Skip to content

Commit

Permalink
remove unnecessary friend class
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 11, 2014
1 parent 15ed9d1 commit 5b2bf83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_board.hpp
Expand Up @@ -58,7 +58,6 @@ class game_board : public display_context {
//TODO: Remove these when we have refactored enough to make it possible.
friend class play_controller;
friend class playsingle_controller;
friend class playmp_controller;
friend class events::mouse_handler;
friend class events::menu_handler;

Expand Down

0 comments on commit 5b2bf83

Please sign in to comment.