summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
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: