mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Cocoa) Cleanup poll_iteration
This commit is contained in:
parent
3001729545
commit
6a99893705
@ -207,11 +207,6 @@ static char** waiting_argv;
|
||||
static void poll_iteration(void)
|
||||
{
|
||||
NSEvent *event = NULL;
|
||||
driver_t *driver = driver_get_ptr();
|
||||
cocoa_input_data_t *apple = (cocoa_input_data_t*)driver->input_data;
|
||||
|
||||
if (!apple)
|
||||
return;
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user