]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
Don't bother setting anisotropy on textures twice during startup.
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 316a696dc6c6a14d41a207e1b4ba4335e7f8084a..6ac5c39b139476c5a9fa4a7b66df012505ea4457 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -199,8 +199,6 @@ void DrawQ_RecalcView(void); // use this when changing r_refdef.view.* from e.g.
 
 rtexture_t *Draw_GetPicTexture(cachepic_t *pic);
 
-void R_DrawGamma(void);
-
 extern rtexturepool_t *drawtexturepool; // used by ft2.c
 
 #endif