Fix unused parameter
If you're going to stub a function, please remember to clean up its parameters as well.
This commit is contained in:
parent
410398a70b
commit
812de972ac
1 changed files with 4 additions and 0 deletions
|
@ -501,10 +501,14 @@ void playsingle_controller::linger()
|
|||
LOG_NG << "ending end-of-scenario linger\n";
|
||||
}
|
||||
|
||||
#if 0
|
||||
void playsingle_controller::end_turn_enable(bool enable)
|
||||
{
|
||||
//gui_->enable_menu("endturn", enable);
|
||||
}
|
||||
#else
|
||||
void playsingle_controller::end_turn_enable(bool) {}
|
||||
#endif
|
||||
|
||||
void playsingle_controller::after_human_turn()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue