]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/sample_queue.cxx
Fix rpmlint/Linux packager complaints
[flightgear.git] / src / Sound / sample_queue.cxx
index ac56c9b25320698c47cf12fe85e6f04b691d5c11..fd2931ef6c5ef01be6a04085c0e488d5143588d5 100644 (file)
@@ -45,8 +45,6 @@ FGSampleQueue::FGSampleQueue ( SGSoundMgr *smgr, const string &refname ) :
     SGSampleGroup::_smgr = smgr;
     SGSampleGroup::_smgr->add(this, refname);
     SGSampleGroup::_refname = refname;
-    _enabled->setBoolValue(true);
-    _volume->setFloatValue(1.0);
 }