From: nhmall Date: Mon, 30 Jan 2023 14:03:47 +0000 (-0500) Subject: purge some never-used fields from iflags X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7464e8aa5a9c8c1ca1b43432f9fbb94b4fb8484;p=nethack purge some never-used fields from iflags --- diff --git a/include/flag.h b/include/flag.h index 4d150daad..cba15ec07 100644 --- a/include/flag.h +++ b/include/flag.h @@ -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;