summaryrefslogtreecommitdiff
path: root/src/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/files.c b/src/files.c
index c3166f4a..792393e7 100644
--- a/src/files.c
+++ b/src/files.c
@@ -4606,7 +4606,7 @@ void html_screenshot(cptr name)
* Because this is dead code and hardly anyone but DG needs it.
* IMHO this should never been included in the game code -- pelpel
*/
-#if !defined(WINDOWS) && !defined(MACINTOSH) && !defined(ACORN)
+#if !defined(WINDOWS) && !defined(MACINTOSH)
#define KEY_NUM 9
static int keys_tab[KEY_NUM] =
@@ -4744,7 +4744,7 @@ bool chg_to_txt(cptr base, cptr newname)
return (TRUE);
}
-#endif /* !WINDOWS && !MACINTOSH && !ACORN */
+#endif /* !WINDOWS && !MACINTOSH */
/*
* Peruse the On-Line-Help
@@ -4781,11 +4781,6 @@ void process_player_base()
(void)sprintf(temp, "%s", player_base);
#endif
-#ifdef VM
- /* Hack -- support "flat directory" usage on VM/ESA */
- (void)sprintf(temp, "%s.sv", player_base);
-#endif /* VM */
-
/* Build the filename */
path_build(savefile, 1024, ANGBAND_DIR_SAVE, temp);
}