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
This commit is contained in:
Eugene Sandulenko 2006-04-14 01:14:38 +00:00
parent ff1d11afe1
commit e7af211fb5

View File

@ -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__)