summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-26 07:12:14 +0000
committertron <tron@openttd.org>2005-10-26 07:12:14 +0000
commit203726ed34b30001995515c2ac924ab14d862b1c (patch)
treee85e547f670ea372096be6544c91b309b928cb80 /main_gui.c
parentb97473e874e133b86817a5f0b59624f977a32e50 (diff)
downloadopenttd-203726ed34b30001995515c2ac924ab14d862b1c.tar.xz
(svn r3090) Remove long dead pieces of code
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main_gui.c b/main_gui.c
index 8c64c3f77..ea0d59769 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2439,8 +2439,6 @@ void SetupColorsAndInitialWindow(void)
case GM_MENU:
w = AllocateWindow(0, 0, width, height, MainWindowWndProc, WC_MAIN_WINDOW, NULL);
AssignWindowViewport(w, 0, 0, width, height, TileXY(32, 32), 0);
-// w = AllocateWindowDesc(&_toolb_intro_desc);
-// w->flags4 &= ~WF_WHITE_BORDER_MASK;
ShowSelectGameWindow();
break;
case GM_NORMAL: