summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-06 07:18:14 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:40 +0000
commit16e3d9f955fd7feb25b9c2cb1a3884123bdb8c76 (patch)
tree9f7cc22e0d739f2391477242e6b18f8f0ad72ede /src/client
parent7e5f69e66c03299cde62da178f3c9b97319c20ba (diff)
* Remove many unused cvars that don't do anything
* Remove g_adminNameProtect, force it on * Remove g_chatTeamPrefix, force it on
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 16fbe56b..a891e5a3 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -3333,10 +3333,6 @@ void CL_Init( void ) {
cl_serverStatusResendTime = Cvar_Get ("cl_serverStatusResendTime", "750", 0);
- // init autoswitch so the ui will have it correctly even
- // if the cgame hasn't been started
- Cvar_Get ("cg_autoswitch", "1", CVAR_ARCHIVE);
-
m_pitch = Cvar_Get ("m_pitch", "0.022", CVAR_ARCHIVE);
m_yaw = Cvar_Get ("m_yaw", "0.022", CVAR_ARCHIVE);
m_forward = Cvar_Get ("m_forward", "0.25", CVAR_ARCHIVE);