Skip to content

Commit

Permalink
Removed unused kbutton_t declarations in client.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Sep 9, 2011
1 parent 237b09f commit 22d6240
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/client/client.h
Expand Up @@ -489,14 +489,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);
Expand Down

0 comments on commit 22d6240

Please sign in to comment.