]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
a nice improvement to the loading plaque: displaying the name of what's being loaded
[xonotic/darkplaces.git] / gl_backend.h
index 5ecff60fd7c8abb6e3c89991f6211fdd3aa659b5..3feb02307a1d4b73d71e5377d316af4decd1f000 100644 (file)
@@ -120,8 +120,6 @@ void R_Mesh_Draw(int firstvertex, int numvertices, int firsttriangle, int numtri
 qboolean SCR_ScreenShot(char *filename, unsigned char *buffer1, unsigned char *buffer2, unsigned char *buffer3, int x, int y, int width, int height, qboolean flipx, qboolean flipy, qboolean flipdiagonal, qboolean jpeg, qboolean gammacorrect);
 // used by R_Envmap_f and internally in backend, clears the frame
 void R_ClearScreen(qboolean fogcolor);
-// invoke refresh of loading plaque (nothing else seen)
-void SCR_UpdateLoadingScreen(qboolean clear);
 
 #endif