[quake3-commits] r2158 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 9 17:47:25 EDT 2011


Author: ztm
Date: 2011-09-09 17:47:25 -0400 (Fri, 09 Sep 2011)
New Revision: 2158

Modified:
   trunk/code/client/cl_input.c
Log:
Removed unused IN_ButtonDown and IN_ButtonUp functions.

Modified: trunk/code/client/cl_input.c
===================================================================
--- trunk/code/client/cl_input.c	2011-09-09 21:46:37 UTC (rev 2157)
+++ trunk/code/client/cl_input.c	2011-09-09 21:47:25 UTC (rev 2158)
@@ -267,11 +267,6 @@
 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]);
 }



More information about the quake3-commits mailing list