diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |