From: Samual Date: Mon, 2 Apr 2012 03:25:56 +0000 (-0400) Subject: Remove useless declaration X-Git-Tag: xonotic-v0.7.0~240^2~109 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=204cd823e5ad4d669a046fb8750a8424169c157a;p=xonotic%2Fxonotic-data.pk3dir.git Remove useless declaration --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index 427c65fc9..cdb49a593 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -3,9 +3,6 @@ // used in cheats.qc void ctf_RespawnFlag(entity flag) -// used in portals.qc -void ctf_Handle_Throw(entity player, entity reciever, float droptype); - // used in g_damage.qc float ctf_ReadScore(string parameter); // SOON WON'T BE NEEDED. // FIXCTF