]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.cxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / sound / soundmgr_openal.cxx
index 1a16eed78a811978db5cd90146120bbdbf795ac1..910653b1ab27fe3827c460a2667010c2b48b9c5a 100644 (file)
@@ -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()