]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Delete unused Debug_PolygonBegin and associated code.
[xonotic/darkplaces.git] / client.h
index fd42d2b7bfe0c6c06be12ebdc43e80c1f79c8bd4..5486b1bf7c375627864636b5842784baf8bc7feb 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1726,10 +1726,6 @@ void CL_ParticleExplosion (const vec3_t org);
 void CL_ParticleExplosion2 (const vec3_t org, int colorStart, int colorLength);
 void R_NewExplosion(const vec3_t org);
 
-void Debug_PolygonBegin(const char *picname, int flags);
-void Debug_PolygonVertex(float x, float y, float z, float s, float t, float r, float g, float b, float a);
-void Debug_PolygonEnd(void);
-
 #include "cl_screen.h"
 
 extern qboolean sb_showscores;