summaryrefslogtreecommitdiff
path: root/src/util.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/util.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/util.c')
-rw-r--r--src/util.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/util.c b/src/util.c
index d9557086..e8a46e70 100644
--- a/src/util.c
+++ b/src/util.c
@@ -170,17 +170,6 @@ void user_name(char *buf, int id)
*/
-#ifdef ACORN
-
-
-/*
-* Most of the "file" routines for "ACORN" should be in "main-acn.c"
-*/
-
-
-#else /* ACORN */
-
-
#ifdef SET_UID
/*
@@ -416,9 +405,6 @@ errr my_fclose(FILE *fff)
}
-#endif /* ACORN */
-
-
/*
* Like "fgets()" but for strings
*
@@ -617,20 +603,6 @@ errr my_fputs(FILE *fff, cptr buf, huge n)
}
-#ifdef ACORN
-
-
-/*
-* Most of the "file" routines for "ACORN" should be in "main-acn.c"
-*
-* Many of them can be rewritten now that only "fd_open()" and "fd_make()"
-* and "my_fopen()" should ever create files.
-*/
-
-
-#else /* ACORN */
-
-
/*
* Code Warrior is a little weird about some functions
*/
@@ -1011,11 +983,6 @@ errr fd_close(int fd)
}
-#endif /* ACORN */
-
-
-
-
/*
* XXX XXX XXX Important note about "colors" XXX XXX XXX
*