summaryrefslogtreecommitdiff
path: root/src/querystring_gui.h
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/querystring_gui.h
parent2614ed18f9345dd41d461ea81e4cc1e5ec428e72 (diff)
downloadopenttd-137adb3496a47f79d4e0a15463c756341f8217a9.tar.xz
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
Diffstat (limited to 'src/querystring_gui.h')
-rw-r--r--src/querystring_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h
index db4216aa6..5c1156546 100644
--- a/src/querystring_gui.h
+++ b/src/querystring_gui.h
@@ -76,7 +76,6 @@ struct QueryStringBaseWindow : public Window, public QueryString {
free(this->edit_str_buf);
}
- void HandleEditBox(int wid);
HandleEditBoxResult HandleEditBoxKey(int wid, uint16 key, uint16 keycode, EventState &state);
/**