]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
replaced all references to vid.conwidth and vid.conheight with vid_conwidth.integer...
[xonotic/darkplaces.git] / vid_sdl.c
index 42dbd46a83736164bb5aa0b805796b18ad8bc10f..241255a0db73435b3ada4412314d8f5c89dad28a 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -460,13 +460,6 @@ int VID_GetGamma (unsigned short *ramps)
        return !SDL_GetGammaRamp( ramps, ramps + 256, ramps + 512);
 }
 
-void VID_GetWindowSize (int *x, int *y, int *width, int *height)
-{
-       *x = *y = 0;
-       *width = screen->w;
-       *height = screen->h;
-}
-
 void VID_Finish (void)
 {
        Uint8 appstate;