summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkai <kai@zittrig.eu>2020-04-28 23:04:01 +0100
committerkai <kai@zittrig.eu>2020-04-28 23:04:01 +0100
commit402dcbe39bfebe7f016c78c2e1b78a6aa8c2595b (patch)
tree20f80b1fb73dcbe271e61b08ded7443e91b277b0
parent1c6463253885c31ab09c4f1bfeb537646505f273 (diff)
not needed
-rw-r--r--src/cgame/cg_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c
index 0d3af2b..fd9adf3 100644
--- a/src/cgame/cg_draw.c
+++ b/src/cgame/cg_draw.c
@@ -3221,8 +3221,6 @@ static void CG_DrawTeamVote( void )
yeskey, cgs.teamVoteYes[ cs_offset ], nokey, cgs.teamVoteNo[ cs_offset ], sec );
CG_Text_Paint( 8, 360, 0.3f, white, s, 0, 0, ITEM_TEXTSTYLE_NORMAL );
CG_Text_Paint( 8, 380, 0.3f, white, s2, 0, 0, ITEM_TEXTSTYLE_NORMAL );
-
- CG_Text_Paint( 8, 360, 0.3f, white, s, 0, 0, ITEM_TEXTSTYLE_NORMAL );
}