summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-13 21:46:19 +0000
committerfrosch <frosch@openttd.org>2012-11-13 21:46:19 +0000
commit17025fa6ea110f0db0b1c2e29b7615b21c2f5a50 (patch)
treee172f8a486ffd070f0a04406e46d74b24a68348c /src/fios_gui.cpp
parent8cd77b6f6eb0e82ebcb4c0197786eeea08dd0263 (diff)
downloadopenttd-17025fa6ea110f0db0b1c2e29b7615b21c2f5a50.tar.xz
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 566329e7e..b0e03fe02 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -491,10 +491,6 @@ public:
this->vscroll->SetCount(_fios_items.Length());
this->DrawWidgets();
-
- if (_saveload_mode == SLD_SAVE_GAME || _saveload_mode == SLD_SAVE_SCENARIO || _saveload_mode == SLD_SAVE_HEIGHTMAP) {
- this->DrawEditBox(WID_SL_SAVE_OSK_TITLE);
- }
}
virtual void OnClick(Point pt, int widget, int click_count)