]> 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 19af599e4ec84bc71fdf902893140bc269b7821d..2ce3321c7bbc916be3f19a3d7c849e8da5937f81 100644 (file)
@@ -28,7 +28,7 @@ void VID_Shutdown(void)
 
 void signal_handler(int sig)
 {
-       printf("Received signal %d, exiting...\n", sig);
+       Con_Printf("Received signal %d, exiting...\n", sig);
        Sys_Quit();
        exit(0);
 }
@@ -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)
 {
 }
@@ -89,10 +82,6 @@ void Sys_SendKeyEvents(void)
 {
 }
 
-void IN_Commands(void)
-{
-}
-
 void IN_Move(void)
 {
 }