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/files.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/files.c') 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); } -- cgit v1.2.3