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
commita2533d5ee6b637274c18b623d1baf10740bb9f28 (patch)
tree7efaf8780f89086574128eced521726184ff5f5b /main_gui.c
parent9822b4d755ba1bcc126643cd21a2c4362a4026d9 (diff)
downloadopenttd-a2533d5ee6b637274c18b623d1baf10740bb9f28.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},