mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
Remove dead code - rarch_main_data_iterate
This commit is contained in:
parent
49b9ccd467
commit
021ae74612
@ -14,10 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
#ifdef HAVE_THREADS
|
||||
#include <rthreads/rthreads.h>
|
||||
#endif
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include "general.h"
|
||||
#include "verbosity.h"
|
||||
@ -35,11 +31,6 @@ void rarch_main_data_deinit(void)
|
||||
rarch_task_deinit();
|
||||
}
|
||||
|
||||
bool rarch_main_data_active(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
static void rarch_main_data_menu_iterate(void)
|
||||
{
|
||||
|
@ -747,12 +747,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
unsigned j;
|
||||
menu_entry_select(i);
|
||||
|
||||
if (!rarch_main_data_active())
|
||||
return;
|
||||
|
||||
for (j = 0; j < 32; j++)
|
||||
rarch_main_data_iterate();
|
||||
rarch_main_data_iterate();
|
||||
}
|
||||
|
||||
- (void)menuBack
|
||||
|
Loading…
Reference in New Issue
Block a user