From: Mario Date: Sun, 21 Aug 2016 01:26:56 +0000 (+1000) Subject: Remove references to missing functions X-Git-Tag: xonotic-v0.8.2~692 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f411bc8dfaee8311780abd2c2f7820f791c5283;p=xonotic%2Fxonotic-data.pk3dir.git Remove references to missing functions --- diff --git a/qcsrc/common/triggers/triggers.qh b/qcsrc/common/triggers/triggers.qh index bc4047fe9..2b8274f4b 100644 --- a/qcsrc/common/triggers/triggers.qh +++ b/qcsrc/common/triggers/triggers.qh @@ -28,8 +28,6 @@ string trigger_magicear_processmessage_forallears(entity source, float teamsay, void target_voicescript_next(entity pl); void target_voicescript_clear(entity pl); -void SUB_ForEachTarget_Init(); -void SUB_ForEachTarget(entity s, void(entity, float, vector, string, entity) cback, float recursive, float fdata, vector vdata, string sdata, entity edata); void SUB_UseTargets_PreventReuse(entity this, entity actor, entity trigger); #endif