summaryrefslogtreecommitdiff
path: root/src/main-gcu.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-11 23:46:27 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-11 23:46:28 +0100
commitd829c88460b4d60ecc3a9f339dd57113c764cf80 (patch)
tree70857f09a01b3570c9c53960d49797007983a7dd /src/main-gcu.c
parentbdfb7e6170baeceb3b79bcd8dad3b15f1a90051f (diff)
Remove obsolete platforms/frontends.
Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon)
Diffstat (limited to 'src/main-gcu.c')
-rw-r--r--src/main-gcu.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main-gcu.c b/src/main-gcu.c
index 365fe4d7..fa86da80 100644
--- a/src/main-gcu.c
+++ b/src/main-gcu.c
@@ -96,18 +96,6 @@
#endif
/*
- * Hack -- Amiga uses "fake curses" and cannot do any of this stuff
- */
-#if defined(AMIGA)
-# undef USE_TPOSIX
-# undef USE_TERMIO
-# undef USE_TCHARS
-#endif
-
-
-
-
-/*
* POSIX stuff
*/
#ifdef USE_TPOSIX