Skip to content

Commit

Permalink
HUD: Remove unused hud_frags_showself cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
meag committed Jun 15, 2017
1 parent 273c8f2 commit 7ede912
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hud_common.c
Expand Up @@ -3258,7 +3258,6 @@ void SCR_HUD_DrawFrags(hud_t *hud)
*hud_frags_shownames,
*hud_frags_teams,
*hud_frags_padtext,
*hud_frags_showself,
*hud_frags_extra_spec,
*hud_frags_fliptext,
*hud_frags_style,
Expand Down Expand Up @@ -3287,7 +3286,6 @@ void SCR_HUD_DrawFrags(hud_t *hud)
hud_frags_shownames = HUD_FindVar(hud, "shownames");
hud_frags_teams = HUD_FindVar(hud, "showteams");
hud_frags_padtext = HUD_FindVar(hud, "padtext");
hud_frags_showself = HUD_FindVar(hud, "showself_always");
hud_frags_extra_spec = HUD_FindVar(hud, "extra_spec_info");
hud_frags_fliptext = HUD_FindVar(hud, "fliptext");
hud_frags_style = HUD_FindVar(hud, "style");
Expand Down

0 comments on commit 7ede912

Please sign in to comment.