mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 03:53:16 +00:00
removed unused function replay_controller::get_units()
This commit is contained in:
parent
8c909c903f
commit
f5ab5c7f41
@ -127,10 +127,6 @@ void replay_controller::init_replay_display(){
|
||||
LOG_NG << "done initializing replay-display... " << (SDL_GetTicks() - ticks_) << "\n";
|
||||
}
|
||||
|
||||
unit_map replay_controller::get_units(){
|
||||
return units_;
|
||||
}
|
||||
|
||||
void replay_controller::reset_replay(){
|
||||
gui::button* b = gui_->find_button("button-playreplay");
|
||||
if (b != NULL) { b->release(); }
|
||||
|
@ -40,8 +40,6 @@ public:
|
||||
|
||||
virtual bool can_execute_command(hotkey::HOTKEY_COMMAND command, int index=-1) const;
|
||||
|
||||
unit_map get_units();
|
||||
|
||||
//event handlers
|
||||
virtual void preferences();
|
||||
virtual void show_statistics();
|
||||
|
Loading…
x
Reference in New Issue
Block a user