ALL: Remove Symbian port

This commit is contained in:
Eugene Sandulenko 2022-05-28 12:31:02 +02:00
parent b5ba97f252
commit 5e05f93f36
No known key found for this signature in database
GPG key ID: 014D387312D34F08
122 changed files with 20 additions and 9304 deletions

View file

@ -19,11 +19,6 @@
*
*/
// This define lets us use the system function remove() on Symbian, which
// is disabled by default due to a macro conflict.
// See backends/platform/symbian/src/portdefs.h .
#define SYMBIAN_USE_SYSTEM_REMOVE
#include "common/scummsys.h"
#if defined(USE_CLOUD) && defined(USE_LIBCURL)