[quake3-commits] r2160 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Sep 9 17:48:38 EDT 2011
Author: ztm
Date: 2011-09-09 17:48:38 -0400 (Fri, 09 Sep 2011)
New Revision: 2160
Modified:
trunk/code/client/client.h
Log:
Removed unused kbutton_t declarations in client.h
Modified: trunk/code/client/client.h
===================================================================
--- trunk/code/client/client.h 2011-09-09 21:48:07 UTC (rev 2159)
+++ trunk/code/client/client.h 2011-09-09 21:48:38 UTC (rev 2160)
@@ -489,14 +489,6 @@
qboolean wasPressed; // set when down, not cleared when up
} kbutton_t;
-extern kbutton_t in_mlook, in_klook;
-extern kbutton_t in_strafe;
-extern kbutton_t in_speed;
-
-#ifdef USE_VOIP
-extern kbutton_t in_voiprecord;
-#endif
-
void CL_InitInput(void);
void CL_ShutdownInput(void);
void CL_SendCmd (void);
More information about the quake3-commits
mailing list