]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index a2774aa509d1dd1909849f29cb959e95227fe2bd..8bedccf0ae44b38d9935e48686c154de7a362479 100644 (file)
@@ -28,8 +28,6 @@ string ftos_decimals(float number, float decimals);
 
 bool fexists(string f);
 
-vector colormapPaletteColor(float c, float isPants);
-
 // unzone the string, and return it as tempstring. Safe to be called on string_null
 string fstrunzone(string s);