summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-13 21:46:33 +0000
committerfrosch <frosch@openttd.org>2012-11-13 21:46:33 +0000
commit137adb3496a47f79d4e0a15463c756341f8217a9 (patch)
treeccaf9feb2bd4c017c4684e220f0fcbff96e388e6 /src/signs_gui.cpp
parent2614ed18f9345dd41d461ea81e4cc1e5ec428e72 (diff)
downloadopenttd-137adb3496a47f79d4e0a15463c756341f8217a9.tar.xz
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index 2d2d1529d..ba7e669c7 100644
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -335,11 +335,6 @@ struct SignListWindow : QueryStringBaseWindow, SignList {
if (widget == WID_SIL_FILTER_TEXT) this->SetFilterString(this->text.buf);
}
- virtual void OnMouseLoop()
- {
- this->HandleEditBox(WID_SIL_FILTER_TEXT);
- }
-
void BuildSortSignList()
{
if (this->signs.NeedRebuild()) {
@@ -574,11 +569,6 @@ struct SignWindow : QueryStringBaseWindow, SignList {
return state;
}
- virtual void OnMouseLoop()
- {
- this->HandleEditBox(WID_QES_TEXT);
- }
-
virtual void OnOpenOSKWindow(int wid)
{
ShowOnScreenKeyboard(this, wid, WID_QES_CANCEL, WID_QES_OK);