diff options
| -rw-r--r-- | lib/qmmp/Output/alsa/outputalsa.cpp | 2 | ||||
| -rw-r--r-- | lib/soundcore.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/qmmp/Output/alsa/outputalsa.cpp b/lib/qmmp/Output/alsa/outputalsa.cpp index 883076a83..41415d93f 100644 --- a/lib/qmmp/Output/alsa/outputalsa.cpp +++ b/lib/qmmp/Output/alsa/outputalsa.cpp @@ -261,7 +261,6 @@ void OutputALSA::run() done = m_userStop; - //qDebug("x1"); while (! done && (recycler()->empty() || m_pause)) { mutex()->unlock(); @@ -271,7 +270,6 @@ void OutputALSA::run() done = m_userStop; status(); } - //qDebug("x2"); if (! b) { diff --git a/lib/soundcore.cpp b/lib/soundcore.cpp index 05ab4b7bd..b94fd223f 100644 --- a/lib/soundcore.cpp +++ b/lib/soundcore.cpp @@ -243,7 +243,6 @@ void SoundCore::seek(int pos) m_decoder->seek(pos); m_decoder->mutex()->unlock(); } - //m_output->mutex()->unlock(); } } |
