summaryrefslogtreecommitdiff
path: root/src/terraform_gui.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-07-03 21:43:44 +0000
committeryexo <yexo@openttd.org>2010-07-03 21:43:44 +0000
commit26be68ae9823b7a078c8251f70038d98961388bc (patch)
treedcd4778a53008b1805224ae3143dd7511adb3b20 /src/terraform_gui.h
parent9be9302cdbe5e23ad7565e7d76b9ac2414fb0796 (diff)
downloadopenttd-26be68ae9823b7a078c8251f70038d98961388bc.tar.xz
(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
Diffstat (limited to 'src/terraform_gui.h')
-rw-r--r--src/terraform_gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/terraform_gui.h b/src/terraform_gui.h
index c6ea5f51e..d611e297e 100644
--- a/src/terraform_gui.h
+++ b/src/terraform_gui.h
@@ -15,8 +15,6 @@
#include "window_type.h"
Window *ShowTerraformToolbar(Window *link = NULL);
-void ShowTerraformToolbarWithTool(uint16 key, uint16 keycode);
Window *ShowEditorTerraformToolbar();
-void ShowEditorTerraformToolbarWithTool(uint16 key, uint16 keycode);
#endif /* GUI_H */