]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
added cl_deathnoviewmodel, cl_deathscoreboard and cl_deathtilt cvars so that games...
[xonotic/darkplaces.git] / vid_null.c
index a4c2f46b32d2e92a0c7a1f798fac0d341a0d4e44..2ce3321c7bbc916be3f19a3d7c849e8da5937f81 100644 (file)
@@ -49,13 +49,6 @@ void InitSig(void)
 #endif
 }
 
-void VID_GetWindowSize (int *x, int *y, int *width, int *height)
-{
-       *x = *y = 0;
-       *width = 1;
-       *height = 1;
-}
-
 void VID_Finish (void)
 {
 }