From 06e25decfdacd34cedf156c177a6ac51bbd061ef Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 17 Jan 2013 16:23:03 +0100 Subject: [PATCH] (PS3) Get rid of one unused ifdef --- ps3/ps3_input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c index 72ea87b512..0fd318f67e 100644 --- a/ps3/ps3_input.c +++ b/ps3/ps3_input.c @@ -423,8 +423,6 @@ static void* ps3_input_init(void) cellPadInit(MAX_PADS); #ifdef HAVE_MOUSE cellMouseInit(MAX_MICE); -#endif -#ifdef HAVE_OSKUTIL #endif return (void*)-1; }