summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2011-09-09 21:47:25 +0000
committerTim Angus <tim@ngus.net>2013-01-10 23:37:49 +0000
commit77077a084e859ffd4fa4bb60511d877613e8a454 (patch)
treee4bfddeb9e00410912cb0483ab5fcf66640244b3 /src/client
parent467219918c969f5f5e2f645d011c62817eb258c1 (diff)
Removed unused IN_ButtonDown and IN_ButtonUp functions.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_input.c5
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]);
}