From 2fd027846e8bc7bba4029d9c8d774a4cbab6218f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Apr 2006 09:26:51 +0000 Subject: Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says he might remove it completly in a future version) svn-id: r21550 --- base/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 9fc06c75d3..38fca03864 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -143,11 +143,6 @@ const char *gScummVMFeatures = "" #endif ; -#if defined(__amigaos4__) -// Set the stack cookie, 640 KB should be enough for everyone -const char* stackCookie = "$STACK: 655360\0"; -#endif - /** * The debug level. Initially set to -1, indicating that no debug output * should be shown. Positive values usually imply an increasing number of -- cgit v1.2.3