]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Remove some old fteqcc legacy bug checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 61b9ad0e2b06dde9c4621dd25f2b25d9af5e52ab..4c81ba7fae41a5bfdca9187618b674b67a17bec2 100644 (file)
@@ -208,8 +208,6 @@ vector solve_quadratic(float a, float b, float c);
 vector solve_shotdirection(vector myorg, vector myvel, vector eorg, vector evel, float spd, float newton_style);
 vector get_shotvelocity(vector myvel, vector mydir, float spd, float newton_style, float mi, float ma);
 
-void check_unacceptable_compiler_bugs();
-
 float compressShotOrigin(vector v);
 vector decompressShotOrigin(float f);