]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qc
Extract more lib functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qc
index c9c59994548b2f071bb1f7162e9cdedbd3dd5d7d..fbd98da95e53021332869743c5be700f3293b1d8 100644 (file)
@@ -2,7 +2,6 @@
 #include "_all.qh"
 
 #include "hud.qh"
-#include "sortlist.qh"
 
 #include "../common/command/generic.qh"
 
@@ -11,7 +10,6 @@
 
 #include "../csqcmodellib/cl_model.qh"
 
-#include "../warpzonelib/mathlib.qh"
 
 void AuditLists()
 {
@@ -168,14 +166,6 @@ vector rotate(vector v, float a)
        return w;
 }
 
-string ColorTranslateRGB(string s)
-{
-       if(ColorTranslateMode & 1)
-               return strdecolorize(s);
-       else
-               return s;
-}
-
 // decolorizes and team colors the player name when needed
 string playername(string thename, float teamid)
 {