X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=vid_null.c;h=2ce3321c7bbc916be3f19a3d7c849e8da5937f81;hb=8034fda50b305bc4b363e4726c9216a0a4eb6a9e;hp=7daea1e5b02fb3e32b5c901391ec61d990ece0f0;hpb=71c88e4a876a4cfcccf312e3cd4ddbb1ced6d11f;p=xonotic%2Fdarkplaces.git diff --git a/vid_null.c b/vid_null.c index 7daea1e5..2ce3321c 100644 --- a/vid_null.c +++ b/vid_null.c @@ -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) { } @@ -80,15 +73,6 @@ int VID_InitMode(int fullscreen, int width, int height, int bpp) return false; } -int GL_OpenLibrary(const char *name) -{ - return false; -} - -void GL_CloseLibrary(void) -{ -} - void *GL_GetProcAddress(const char *name) { return NULL; @@ -98,10 +82,6 @@ void Sys_SendKeyEvents(void) { } -void IN_Commands(void) -{ -} - void IN_Move(void) { }