summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2011-09-09 21:48:38 +0000
committerTim Angus <tim@ngus.net>2013-01-10 23:37:50 +0000
commit25aac600c7fc44d04aa0acc76ec3f161c3e80471 (patch)
tree2df2270716da197fd9e8308287fa52a200a163d3 /src
parentfb8f6a939a43e53bbfc7d7dc05f2c167c697bd87 (diff)
Removed unused kbutton_t declarations in client.h
Diffstat (limited to 'src')
-rw-r--r--src/client/client.h8
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);