diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 1a16eed7..910653b1 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -253,7 +253,6 @@ void SGSoundMgr::init() void SGSoundMgr::reinit() { -#ifndef ENABLE_SOUND bool was_active = _active; if (was_active) @@ -266,7 +265,6 @@ void SGSoundMgr::reinit() if (was_active) resume(); -#endif } void SGSoundMgr::activate()