rm REMOTE DBG

svn path=/trunk/; revision=6096
This commit is contained in:
Martin Fuchs 2003-09-19 07:43:27 +00:00
parent 2efa56ff58
commit f2fb2a7e5c

View file

@ -180,11 +180,6 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdL
if (!lstrcmp(lpCmdLine,TEXT("-noautostart")))
autostart = false;
//REMOTE DBG
startup_desktop = TRUE;
nShowCmd = SW_HIDE;
g_Globals._hInstance = hInstance;
HWND hwndDesktop = 0;