]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
Rollback last change which was meant to be many smaller pieces.
[xonotic/darkplaces.git] / sys_sdl.c
index d3564bac89fb0a76a699f9da6ddd092ef9b213ed..df3e3171bf70f95e0863d0014106d5eebf482eb8 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -67,10 +67,6 @@ void Sys_Error (const char *error, ...)
 
        Con_Printf ("Quake Error: %s\n", string);
 
-#ifdef WIN32
-       MessageBox(NULL, string, "Quake Error", MB_OK | MB_SETFOREGROUND | MB_ICONSTOP);
-#endif
-
        Host_Shutdown ();
        exit (1);
 }