diff options
author | Fedor Strizhnev | 2015-09-14 22:46:50 +0300 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-09-14 22:43:35 +0200 |
commit | c7aa5cb995a41f9e4c72b37533277c1b4c9476fc (patch) | |
tree | 621e8c5fb605b999e8e59f7efba8a58aa609481a /backends/platform/symbian/src | |
parent | 99d6dec0597b190c76fc49169a4e5c2e93f7d366 (diff) | |
download | scummvm-rg350-c7aa5cb995a41f9e4c72b37533277c1b4c9476fc.tar.gz scummvm-rg350-c7aa5cb995a41f9e4c72b37533277c1b4c9476fc.tar.bz2 scummvm-rg350-c7aa5cb995a41f9e4c72b37533277c1b4c9476fc.zip |
SYMBIAN: Delete obsolete fixes for 'remove'
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.cpp | 4 | ||||
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index e28b78900c..4d417b5a66 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -197,7 +197,3 @@ void* scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size return NULL; } -int remove(const char *path) -{ - return unlink(path); -} diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index f2faa7c878..d0769136b2 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -68,7 +68,6 @@ typedef signed long int int32; #define DISABLE_COMMAND_LINE #define USE_RGB_COLOR -int remove(const char *path); #if defined(USE_TREMOR) && !defined(USE_VORBIS) #define USE_VORBIS // make sure this one is defined together with USE_TREMOR! |