]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove temporary (for translators) survival strings
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 28 May 2023 04:41:22 +0000 (14:41 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 28 May 2023 04:41:22 +0000 (14:41 +1000)
qcsrc/client/hud/panel/scoreboard.qc

index 7bb4b0e869416bdc030b9e29fe2c2b155544821d..22087209578d1bf4d55c7fb1a0d161fe2829afd7 100644 (file)
@@ -116,10 +116,6 @@ SHUTDOWN(scoreboard)
                cvar_set("hud_panel_scoreboard_scores_per_round", "0");
 }
 
-// TODO: remove these after merging pending-release which contains Survival code
-#define SURV_STATUS_HUNTER_TEMPSTRING _("Survivor")
-#define SURV_STATUS_PREY_TEMPSTRING _("Hunter")
-
 // mode 0: returns translated label
 // mode 1: prints name and description of all the labels
 string Label_getInfo(string label, int mode)