aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-10-27 22:16:28 -0400
committerPaul Gilbert2013-10-27 22:16:28 -0400
commit9961e0b83f3dd6bbae77657c7d049f69b936323d (patch)
treefcd2691b5717da558fa18e6d15ddfcb0ca41b191 /engines/tsage/core.h
parent88a1799474bc0fe9c03479a29b73f9a5dce2659b (diff)
downloadscummvm-rg350-9961e0b83f3dd6bbae77657c7d049f69b936323d.tar.gz
scummvm-rg350-9961e0b83f3dd6bbae77657c7d049f69b936323d.tar.bz2
scummvm-rg350-9961e0b83f3dd6bbae77657c7d049f69b936323d.zip
TSAGE: Removed Symbion compilation fix, which doesn't work
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 8eb0d5795b..2c88f6be79 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -23,10 +23,6 @@
#ifndef TSAGE_CORE_H
#define TSAGE_CORE_H
-#ifdef __SYMBIAN32__
-#undef remove(x)
-#endif
-
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/error.h"