Remove built-in speaker support

The changes to amiga, mac and msdos builds are untested.
This commit is contained in:
Pasi Kallinen
2019-05-11 10:30:41 +03:00
parent 02826c4ebc
commit 217671e00f
36 changed files with 23 additions and 6842 deletions

View File

@@ -1106,10 +1106,6 @@ E int FDECL(macunlink, (const char *));
E boolean NDECL(authorize_wizard_mode);
/* ### macsnd.c ### */
E void FDECL(mac_speaker, (struct obj *, char *));
/* ### macunix.c ### */
E void FDECL(regularize, (char *));
@@ -2309,12 +2305,6 @@ E void NDECL(sys_early_init);
E void NDECL(sysopt_release);
E void FDECL(sysopt_seduce_set, (int));
/* ### sys/msdos/sound.c ### */
#ifdef MSDOS
E int FDECL(assign_soundcard, (char *));
#endif
/* ### sp_lev.c ### */
E boolean FDECL(check_room, (xchar *, xchar *, xchar *, xchar *, BOOLEAN_P));