aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/memman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/memman.h')
-rw-r--r--engines/sword1/memman.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword1/memman.h b/engines/sword1/memman.h
index 845a8638a2..b489eae2f9 100644
--- a/engines/sword1/memman.h
+++ b/engines/sword1/memman.h
@@ -42,11 +42,7 @@ struct MemHandle {
#define MEM_CAN_FREE 1
#define MEM_DONT_FREE 2
-#ifdef PALMOS_MODE
-#define MAX_ALLOC (3*1024*1024) // max amount of mem we want to alloc().
-#else
#define MAX_ALLOC (6*1024*1024) // max amount of mem we want to alloc().
-#endif
class MemMan {
public: