From: ehofman Date: Mon, 19 Oct 2009 11:08:27 +0000 (+0000) Subject: remove a debugging left-over X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d6631d9a65c32b4c86792c5e2d9b998c7ebb48e;p=flightgear.git remove a debugging left-over --- diff --git a/src/Sound/sample_queue.cxx b/src/Sound/sample_queue.cxx index f09870947..9d7140165 100644 --- a/src/Sound/sample_queue.cxx +++ b/src/Sound/sample_queue.cxx @@ -59,7 +59,6 @@ FGSampleQueue::~FGSampleQueue () void FGSampleQueue::update (double dt) { -return; // command sound manger bool new_pause = _pause->getBoolValue(); if ( new_pause != last_pause ) {