From f70c0765539a3482bb3f1cda24fd4776ae4aad20 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Nov 2007 19:44:37 +0000 Subject: code cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@179 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/qmmp/Output/alsa/outputalsa.cpp | 2 -- lib/soundcore.cpp | 1 - 2 files changed, 3 deletions(-) (limited to 'lib') 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(); } } -- cgit v1.2.3-13-gbd6f