diff --git a/src/sound/sound.c b/src/sound/sound.c index 0879c3536..5f0cd3373 100644 --- a/src/sound/sound.c +++ b/src/sound/sound.c @@ -8,7 +8,7 @@ * * Sound emulation core. * - * Version: @(#)sound.c 1.0.26 2019/01/13 + * Version: @(#)sound.c 1.0.27 2019/02/06 * * Authors: Sarah Walker, * Miran Grca, @@ -439,10 +439,6 @@ sound_card_reset(void) mpu401_device_add(); if (GUS) device_add(&gus_device); -#if defined(DEV_BRANCH) && defined(USE_GUSMAX) - if (GUSMAX) - device_add(&gusmax_device); -#endif if (GAMEBLASTER) device_add(&cms_device); if (SSI2001)