summaryrefslogtreecommitdiff
path: root/network_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
commit589215c822b849fcf77bb438762708f6c2717f9c (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /network_gui.c
parentb7e1286480abe4a6d941623195e2b734b7fb5af8 (diff)
downloadopenttd-589215c822b849fcf77bb438762708f6c2717f9c.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'network_gui.c')
-rw-r--r--network_gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/network_gui.c b/network_gui.c
index fabb9f733..d59917f5c 100644
--- a/network_gui.c
+++ b/network_gui.c
@@ -1439,8 +1439,6 @@ static const WindowDesc _chat_window_desc = {
ChatWindowWndProc
};
-static byte _edit_str_buf[MAX_QUERYSTR_LEN*2];
-
void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number)
{
Window *w;