From d829c88460b4d60ecc3a9f339dd57113c764cf80 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 11 Jan 2010 23:46:27 +0100 Subject: Remove obsolete platforms/frontends. Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon) --- src/util.c | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'src/util.c') 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 * -- cgit v1.2.3