Removed broken AmigaOS support.

Fixes Bugzilla #337.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402213
This commit is contained in:
Ryan C. Gordon 2006-10-29 03:58:27 +00:00
parent ca282f044b
commit 79b94d85d1
34 changed files with 10 additions and 5910 deletions

View file

@ -154,8 +154,6 @@ int main(int argc, char *argv[])
printf("This system is running %s\n",
#if __AIX__
"AIX"
#elif __AMIGA__
"AmigaOS"
#elif __BEOS__
"BeOS"
#elif __BSDI__