summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-14 06:28:48 +0000
committertron <tron@openttd.org>2005-12-14 06:28:48 +0000
commitbf98086de80da38fb0256f3f076d5069f6b4e997 (patch)
tree7efaf8780f89086574128eced521726184ff5f5b /main_gui.c
parent23bfc03054c52065006a73d8cebdeee068784892 (diff)
downloadopenttd-bf98086de80da38fb0256f3f076d5069f6b4e997.tar.xz
(svn r3298) Remove unused and write-only variables
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/main_gui.c b/main_gui.c
index 16021fc48..7adf19c1c 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -1986,14 +1986,6 @@ static const WindowDesc _toolb_normal_desc = {
MainToolbarWndProc
};
-static const WindowDesc _toolb_intro_desc = {
- 0, -22, 640, 22,
- WC_MAIN_TOOLBAR,0,
- WDF_STD_TOOLTIPS | WDF_DEF_WIDGET,
- _toolb_normal_widgets,
- MainToolbarWndProc
-};
-
static const Widget _toolb_scen_widgets[] = {
{ WWT_PANEL, RESIZE_NONE, 14, 0, 21, 0, 21, 0x2D6, STR_0171_PAUSE_GAME},