]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove references to missing functions
authorMario <mario@smbclan.net>
Sun, 21 Aug 2016 01:26:56 +0000 (11:26 +1000)
committerMario <mario@smbclan.net>
Sun, 21 Aug 2016 01:26:56 +0000 (11:26 +1000)
qcsrc/common/triggers/triggers.qh

index bc4047fe93785fb194e91b3f257adaf755283ace..2b8274f4b890aa473b5432de2415bb1719e925a1 100644 (file)
@@ -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