mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 22:52:55 +00:00
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
@ -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…
x
Reference in New Issue
Block a user