From 0386ae6e1b3d84fd8f6419407ab91e85fce2ef72 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 22 Nov 2013 02:04:45 +0100 Subject: [PATCH] (Apple) Get rid of unused ios_get_rarch_system_directory --- apple/common/rarch_wrapper.h | 3 --- apple/common/utility.m | 6 ------ 2 files changed, 9 deletions(-) diff --git a/apple/common/rarch_wrapper.h b/apple/common/rarch_wrapper.h index 4217f79fff..593f2f4543 100644 --- a/apple/common/rarch_wrapper.h +++ b/apple/common/rarch_wrapper.h @@ -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); diff --git a/apple/common/utility.m b/apple/common/utility.m index 750713b40f..c0425423e5 100644 --- a/apple/common/utility.m +++ b/apple/common/utility.m @@ -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