mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(input) Get rid of remaining unused global pointers
This commit is contained in:
parent
403e32ca5f
commit
2f9e8b44e3
@ -124,7 +124,6 @@ static void ps3_joypad_poll(void)
|
||||
{
|
||||
unsigned port;
|
||||
CellPadInfo2 pad_info;
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
cellPadGetInfo2(&pad_info);
|
||||
|
||||
|
@ -135,7 +135,6 @@ static void xdk_joypad_poll(void)
|
||||
#ifdef _XBOX1
|
||||
unsigned int dwInsertions, dwRemovals;
|
||||
#endif
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
#if defined(_XBOX1)
|
||||
XGetDeviceChanges(XDEVICE_TYPE_GAMEPAD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user