]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Linux GLX, a lot of code shrinkage/cleanup, assembly support.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index d08d5dcc587c64e898da558560fc3d94ece8ca8e..56be2668bd9de91a085e29d3ca0269331a61c9b9 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -68,13 +68,6 @@ void VID_Init (unsigned char *palette);
 void   VID_Shutdown (void);
 // Called at shutdown
 
-void   VID_Update (vrect_t *rects);
-// flushes the given rectangles from the view buffer to the screen
-
 int VID_SetMode (int modenum, unsigned char *palette);
 // sets the mode; only used by the Quake engine for resetting to mode 0 (the
 // base mode) on memory allocation failures
-
-void VID_HandlePause (qboolean pause);
-// called only on Win32, when pause happens, so the mouse can be released
-