(Apple) Get rid of unused ios_get_rarch_system_directory

This commit is contained in:
twinaphex 2013-11-22 02:04:45 +01:00
parent a6e012e747
commit 0386ae6e1b
2 changed files with 0 additions and 9 deletions

View File

@ -19,9 +19,6 @@
#include "gfx/gfx_context.h"
// The result needs to be free()'d
char* ios_get_rarch_system_directory();
// These functions should only be called as arguments to dispatch_sync
void apple_rarch_exited (void* result);

View File

@ -55,12 +55,6 @@ NSString* objc_get_value_from_config(config_file_t* config, NSString* name, NSSt
}
#ifdef IOS
char* ios_get_rarch_system_directory()
{
return strdup([RetroArch_iOS.get.systemDirectory UTF8String]);
}
#include "../iOS/views.h"
// Simple class to reduce code duplication for fixed table views