summaryrefslogtreecommitdiff
path: root/intro_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commitaf9f55c977b18f48db39aeb899ac9e81fffb445b (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /intro_gui.c
parent102653eb63b6118ee451e9d00dc6945dac9dc03b (diff)
downloadopenttd-af9f55c977b18f48db39aeb899ac9e81fffb445b.tar.xz
(svn r2720) Remove unused declarations and definitions
Diffstat (limited to 'intro_gui.c')
-rw-r--r--intro_gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/intro_gui.c b/intro_gui.c
index 26180c6c7..299393f2d 100644
--- a/intro_gui.c
+++ b/intro_gui.c
@@ -16,10 +16,6 @@
extern void SwitchMode(int new_mode);
-#if 0
-static void ShowSelectTutorialWindow() {}
-#endif
-
static const Widget _select_game_widgets[] = {
{ WWT_CAPTION, RESIZE_NONE, 13, 0, 335, 0, 13, STR_0307_OPENTTD, STR_NULL},
{ WWT_IMGBTN, RESIZE_NONE, 13, 0, 335, 14, 196, STR_NULL, STR_NULL},