]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
now that performance of cl_decals_newsystem is not terrible, enable it
[xonotic/darkplaces.git] / sys_sdl.c
index 3c83d7939edaf40cca41e6a1ee5aa08e7fda3e45..724eb79d663a0a4bf456521d652ca85bebe710ee 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -1,8 +1,6 @@
 #include "quakedef.h"
 
 #ifdef WIN32
-#pragma comment(lib, "sdl.lib")
-#pragma comment(lib, "sdlmain.lib")
 #include <io.h>
 #include "conio.h"
 #else