From: Mario Date: Wed, 28 Jun 2017 08:57:58 +0000 (+1000) Subject: Remove some old useless definitions X-Git-Tag: xonotic-v0.8.5~2675 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bd2045073ec4d73fdc2e6e48cee009c8ea2b522e;p=xonotic%2Fxonotic-data.pk3dir.git Remove some old useless definitions --- diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 7ae9ab42a..a5ca2cf35 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -156,16 +156,6 @@ vector healtharmor_applydamage(float a, float armorblock, int deathtype, float d string getcurrentmod(); -#ifdef GAMEQC -#ifdef CSQC -int ReadInt24_t(); -#else -void WriteInt24_t(float dest, float val); -void WriteInt48_t(float dest, vector val); -void WriteInt72_t(float dest, vector val); -#endif -#endif - float float2range11(float f); float float2range01(float f); diff --git a/qcsrc/lib/csqcmodel/sv_model.qc b/qcsrc/lib/csqcmodel/sv_model.qc index 1f0bd9a13..ad391d5fe 100644 --- a/qcsrc/lib/csqcmodel/sv_model.qc +++ b/qcsrc/lib/csqcmodel/sv_model.qc @@ -23,7 +23,6 @@ #include "common.qh" #include -#include // generic CSQC model code