]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qh
Further cleanup miscfunctions, document the need to use intrusive lists on entities...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qh
index 5641215ae950cdee1d5a0fe8c31c4851a601743e..f92633a41221697b7c6cc6d24e2a175d0a9ab301 100644 (file)
@@ -36,10 +36,6 @@ vector Rotate(vector v, float a);
 
 #define IS_DEAD(s) (((s).classname == "csqcmodel") ? (s).csqcmodel_isdead : (GetResource((s), RES_HEALTH) <= 0))
 
-
-// decolorizes and team colors the player name when needed
-string playername(string thename, float teamid);
-
 float cvar_or(string cv, float v);
 
 vector project_3d_to_2d(vector vec);