Remove obsolete method and call to redraw().
This commit is contained in:
parent
643009c62a
commit
ebe7ca24c2
2 changed files with 0 additions and 10 deletions
|
@ -232,13 +232,6 @@ void editor_controller::custom_tods_dialog()
|
|||
context_manager_->refresh_all();
|
||||
}
|
||||
|
||||
void editor_controller::editor_settings_dialog_redraw_callback(int r, int g, int b)
|
||||
{
|
||||
SCOPE_ED;
|
||||
image::set_color_adjustment(r, g, b);
|
||||
gui().redraw_everything();
|
||||
}
|
||||
|
||||
bool editor_controller::can_execute_command(hotkey::HOTKEY_COMMAND command, int index) const
|
||||
{
|
||||
using namespace hotkey; //reduce hotkey:: clutter
|
||||
|
|
|
@ -204,9 +204,6 @@ void tcustom_tod::update_tod_display(twindow& window)
|
|||
// redraw tiles
|
||||
display_->draw();
|
||||
}
|
||||
|
||||
// Redraw this window again.
|
||||
window.set_dirty(true);
|
||||
}
|
||||
|
||||
void tcustom_tod::update_lawful_bonus(twindow& window)
|
||||
|
|
Loading…
Add table
Reference in a new issue