From c7aa5cb995a41f9e4c72b37533277c1b4c9476fc Mon Sep 17 00:00:00 2001 From: Fedor Strizhnev Date: Mon, 14 Sep 2015 22:46:50 +0300 Subject: SYMBIAN: Delete obsolete fixes for 'remove' --- backends/platform/symbian/src/SymbianOS.cpp | 4 ---- backends/platform/symbian/src/portdefs.h | 1 - 2 files changed, 5 deletions(-) (limited to 'backends/platform/symbian/src') 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! -- cgit v1.2.3