summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
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
*