Amiga: drop OPT_DISPMAP / display_map / fast_map machinery

display_map() was never integrated; no .c defines it.  All OPT_DISPMAP /
DISPMAP / sysflags.fast_map conditionals were unreachable.
This commit is contained in:
Ingo Paschke
2026-05-11 20:43:08 +02:00
parent 7b559f4d02
commit 94a74b84d8
6 changed files with 5 additions and 104 deletions
-4
View File
@@ -154,7 +154,6 @@ extern char *gets(char *);
#define MAIL /* Get mail at unexpected occasions */
#define DEFAULT_ICON "NetHack:default.icon" /* private icon */
#define AMIFLUSH /* toss typeahead (select flush in .cnf) */
/* #define OPT_DISPMAP /* enable fast_map option */
/* new window system options */
/* WRONG - AMIGA_INTUITION should go away */
@@ -201,9 +200,6 @@ struct ami_sysflags {
unsigned short amii_dripens[20]; /* DrawInfo Pens currently there are 13 in v39 */
AMII_COLOR_TYPE amii_curmap[AMII_MAXCOLORS]; /* colormap */
#endif
#ifdef OPT_DISPMAP
boolean fast_map; /* use optimized, less flexible map display */
#endif
#ifdef MFLOPPY
boolean asksavedisk;
#endif