summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-11 16:00:56 +0000
committertron <tron@openttd.org>2006-06-11 16:00:56 +0000
commit347473b0b0a9d33855092f41e65fdb850154a20b (patch)
tree8231e06357f55a4c8d55761c3c11601f2b1d7285 /gui.h
parent8cae4d1214ce8a9788d1c8713615ddb635693dd8 (diff)
downloadopenttd-347473b0b0a9d33855092f41e65fdb850154a20b.tar.xz
(svn r5226) Reduce the mess that sending chat messages is
This also fixes a bug: -Fix: It was possible to rename a signs or waypoints with the chat box
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index b291effc7..c6102a673 100644
--- a/gui.h
+++ b/gui.h
@@ -124,7 +124,6 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
-void ShowChatWindow(void);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);