]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rsurf.c
removed decals
[xonotic/darkplaces.git] / gl_rsurf.c
index 4dfd196884b1d1c40e5bbd92c53cc9a04bd36eb5..6b1df59b9192c43bd1abdfda0ca671a90b564241 100644 (file)
@@ -2000,13 +2000,6 @@ done:;
        }
 }
 
-void R_DrawSurfacesAll (void)
-{
-       R_DrawSurfaces(SHADERSTAGE_SKY);
-       R_DrawSurfaces(SHADERSTAGE_NORMAL);
-       R_DrawSurfaces(SHADERSTAGE_FOG);
-}
-
 static float portalpointbuffer[256][3];
 
 void R_DrawPortals(void)