(PS3) Get rid of one unused ifdef

This commit is contained in:
twinaphex 2013-01-17 16:23:03 +01:00
parent 70e64897be
commit 06e25decfd

View File

@ -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;
}