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
commite310aef45f58763eacb41a692649329e051d06eb (patch)
treee85e547f670ea372096be6544c91b309b928cb80 /main_gui.c
parent6b0bbde53d72fc0e75c020acf9fcd435b231ac37 (diff)
downloadopenttd-e310aef45f58763eacb41a692649329e051d06eb.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: