remove some macgraphics references; some Amiga

Also closes #183
This commit is contained in:
nhmall
2023-02-21 22:54:56 -05:00
parent ecf247a2a6
commit 049ab7a5df
6 changed files with 3 additions and 79 deletions

View File

@@ -293,11 +293,6 @@ struct instance_flags {
#if defined(MICRO) || defined(WIN32)
boolean rawio; /* whether can use rawio (IOCTL call) */
#endif
#ifdef MAC_GRAPHICS_ENV
boolean MACgraphics; /* use Macintosh extended character set, as
as defined in the special font HackFont */
unsigned use_stone; /* use the stone ppats */
#endif
#if defined(MSDOS) || defined(WIN32)
boolean tile_view;
boolean over_view;