Skip to content

Commit

Permalink
remove unnecessary pure virtual function definition
Browse files Browse the repository at this point in the history
This is overrided differently in playsingle, playmp, and replay
controllers, and never is it called abstractly, which is what
this virtual declaration would suggest.
  • Loading branch information
cbeck88 committed Jun 8, 2014
1 parent 6eb71ad commit fed87a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/play_controller.hpp
Expand Up @@ -114,7 +114,6 @@ class play_controller : public controller_base, public events::observer, public

void maybe_do_init_side(bool is_replay = false, bool only_visual = false);
void do_init_side(bool is_replay = false, bool only_visual = false);
virtual void play_side() = 0;

virtual void force_end_turn() = 0;
virtual void force_end_level(LEVEL_RESULT res) = 0;
Expand Down

0 comments on commit fed87a9

Please sign in to comment.