]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qh
Allow overriding frag centerprint message, fixes double kill message in freeze tag
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications / all.qh
index 70ebcd9171c40c767e779f877fd31d79fba14394..2a1eb458f4a8a4cef20746a2cd04a9ebb313c635 100644 (file)
@@ -76,8 +76,6 @@ USING(Notification, entity);
 // used for notification system multi-team identifiers
 #define APP_TEAM_NUM(num, prefix) ((num == NUM_TEAM_1) ? prefix##_RED : ((num == NUM_TEAM_2) ? prefix##_BLUE : ((num == NUM_TEAM_3) ? prefix##_YELLOW : prefix##_PINK)))
 #define APP_NUM(num, prefix) ((num) ? APP_TEAM_NUM(num, prefix) : prefix##_NEUTRAL)
-/** @deprecated use APP_TEAM_NUM */
-#define APP_TEAM_ENT(ent, prefix) APP_TEAM_NUM(ent.team, prefix)
 
 #define EIGHT_VARS_TO_VARARGS_VARLIST \
        VARITEM(1, 0, s1) \