]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_collision.h
got rid of dlightradius variable which was never actually used
[xonotic/darkplaces.git] / cl_collision.h
index ec4a89f05df47f3e17b4448fce88d9b31d55a70b..370349c25820063743fab02ffdce56e44a7fddfb 100644 (file)
@@ -6,9 +6,6 @@
 // (leafs matching contents are considered empty, others are solid)
 extern int cl_traceline_endcontents; // set by TraceLine
 
-// need to call this sometime before using TraceLine with hitbmodels
-void CL_TraceLine_ScanForBModels(void);
-
 float CL_TraceLine (vec3_t start, vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels);
 
 #endif