(svn r3090) Remove long dead pieces of code

This commit is contained in:
tron
2005-10-26 07:12:14 +00:00
parent b97473e874
commit 203726ed34
5 changed files with 1 additions and 15 deletions

View File

@@ -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: