From e7af211fb5440fc50a88caf4922e60bc3abfd0bf Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 14 Apr 2006 01:14:38 +0000 Subject: Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes": - Icon (icons/scummvm.info) contains stack requirement so the stack cookie can be removed svn-id: r21863 --- backends/sdl/sdl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index e8700ea00c..e975d6a061 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -28,10 +28,6 @@ #include "icons/scummvm.xpm" -#if defined(__amigaos4__) -// Set the stack cookie, 640 KB should be enough for everyone -const char* stackCookie = "$STACK: 655360\0"; -#endif #if !defined(_WIN32_WCE) && !defined(__MAEMO__) -- cgit v1.2.3