]> granicus.if.org Git - nethack/commitdiff
purge some never-used fields from iflags
authornhmall <nhmall@nethack.org>
Mon, 30 Jan 2023 14:03:47 +0000 (09:03 -0500)
committernhmall <nhmall@nethack.org>
Mon, 30 Jan 2023 14:03:47 +0000 (09:03 -0500)
include/flag.h

index 4d150daad62bc8654fe53f0630168a0a39407c3a..cba15ec076492e4ddb9d07fec7227d0276fdddd4 100644 (file)
@@ -296,9 +296,6 @@ struct instance_flags {
     unsigned use_stone;  /* use the stone ppats */
 #endif
 #if defined(MSDOS) || defined(WIN32)
-    boolean hassound;     /* has a sound card */
-    boolean usesound;     /* use the sound card */
-    boolean usepcspeaker; /* use the pc speaker */
     boolean tile_view;
     boolean over_view;
     boolean traditional_view;