From 26be68ae9823b7a078c8251f70038d98961388bc Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 3 Jul 2010 21:43:44 +0000 Subject: (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 --- src/terraform_gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/terraform_gui.h') 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 */ -- cgit v1.2.3-54-g00ecf