diff options
-rw-r--r-- | src/client/cl_input.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/cl_input.c b/src/client/cl_input.c index e25c840d..1823b9b4 100644 --- a/src/client/cl_input.c +++ b/src/client/cl_input.c @@ -268,11 +268,6 @@ void IN_Button14Up(void) {IN_KeyUp(&in_buttons[14]);} void IN_Button15Down(void) {IN_KeyDown(&in_buttons[15]);} void IN_Button15Up(void) {IN_KeyUp(&in_buttons[15]);} -void IN_ButtonDown (void) { - IN_KeyDown(&in_buttons[1]);} -void IN_ButtonUp (void) { - IN_KeyUp(&in_buttons[1]);} - void IN_CenterView (void) { cl.viewangles[PITCH] = -SHORT2ANGLE(cl.snap.ps.delta_angles[PITCH]); } |