mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(Apple) Get rid of unused ios_get_rarch_system_directory
This commit is contained in:
parent
a6e012e747
commit
0386ae6e1b
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user