Remove poll_iteration

This commit is contained in:
Twinaphex 2016-06-07 17:16:16 +02:00
parent 02910fd64d
commit ba962d5dda

View File

@ -205,11 +205,6 @@ static char** waiting_argv;
[self performSelectorOnMainThread:@selector(rarch_main) withObject:nil waitUntilDone:NO];
}
static void poll_iteration(void)
{
}
- (void) rarch_main
{
int ret = 0;