diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:39:48 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:08 +0000 |
commit | d887dc7ae05eb47810c4679db9f20feaa4091faa (patch) | |
tree | 9592ed28fa7185f27fcd9d66f1f2a4c279861685 /src/cgame/cg_local.h | |
parent | 35d77a050934ad3a9123ee5ac9b70a178485f939 (diff) |
* Remove unused references to bank
* Remove cg_drawStatus as it's pretty much unused, too
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 4a1f8a7e..89e86935 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1460,7 +1460,6 @@ extern vmCvar_t cg_drawCrosshair; extern vmCvar_t cg_drawCrosshairNames; extern vmCvar_t cg_crosshairSize; extern vmCvar_t cg_draw2D; -extern vmCvar_t cg_drawStatus; extern vmCvar_t cg_animSpeed; extern vmCvar_t cg_debugAnim; extern vmCvar_t cg_debugPosition; |