Remove dead code - rarch_main_data_iterate

This commit is contained in:
twinaphex 2015-11-24 18:13:54 +01:00
parent 49b9ccd467
commit 021ae74612
2 changed files with 1 additions and 15 deletions

View File

@ -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)
{

View File

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