summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit4136f395bf45b537d9756efb045c7db4bafa975d (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /misc_gui.c
parent9d1f7e7348f77639c0fb8697e147de2e901f3545 (diff)
downloadopenttd-4136f395bf45b537d9756efb045c7db4bafa975d.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 804b5eaba..9f0499f32 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -16,7 +16,6 @@
#include "hal.h" // for file list
bool _query_string_active;
-void SetFiosType(const byte fiostype);
/* Now this is what I call dirty.. the edit-box needs to be rewritten! */
static bool _do_edit_on_text_even_when_no_change_to_edit_box;