diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/client.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/client.h b/src/client/client.h index 570a3dab..db996401 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -493,14 +493,6 @@ typedef struct { 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); |