From 5993c63c4e5637a8f3c11adf163ee4542154a0ed Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 21 Aug 2017 22:27:09 -0500 Subject: [PATCH] Removing input functions from sys_local.h for last commit It helps to actually save files before making commits. --- code/sys/sys_local.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h index 96edd98ebc..4398f87554 100644 --- a/code/sys/sys_local.h +++ b/code/sys/sys_local.h @@ -28,12 +28,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define MINSDL_MINOR 0 #define MINSDL_PATCH 0 -// Input subsystem -void IN_Init( void *windowData ); -void IN_Frame( void ); -void IN_Shutdown( void ); -void IN_Restart( void ); - // Console void CON_Shutdown( void ); void CON_Init( void );