summaryrefslogtreecommitdiff
path: root/src/intro_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro_gui.cpp')
-rw-r--r--src/intro_gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp
index 9c0b6ce54..abd35de76 100644
--- a/src/intro_gui.cpp
+++ b/src/intro_gui.cpp
@@ -65,11 +65,6 @@ struct SelectGameWindow : public Window {
this->SetWidgetLoweredState(SGI_TOYLAND_LANDSCAPE, _settings_newgame.game_creation.landscape == LT_TOYLAND);
}
- virtual void OnPaint()
- {
- this->DrawWidgets();
- }
-
virtual void SetStringParameters(int widget) const
{
if (widget == SGI_DIFFICULTIES) SetDParam(0, STR_DIFFICULTY_LEVEL_EASY + _settings_newgame.difficulty.diff_level);