From c80e2e62983e5eca3499d8d837c093a0c60a39e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 27 Apr 2013 07:51:28 +0000 Subject: removed invalid asserts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3409 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmpaudioengine.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/qmmp/qmmpaudioengine.cpp b/src/qmmp/qmmpaudioengine.cpp index cb9ed2b58..5b4cc7d91 100644 --- a/src/qmmp/qmmpaudioengine.cpp +++ b/src/qmmp/qmmpaudioengine.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -310,8 +310,6 @@ void QmmpAudioEngine::updateReplayGainSettings() void QmmpAudioEngine::run() { - Q_ASSERT(m_chan == 0); - Q_ASSERT(!m_output_buf); mutex()->lock (); m_next = false; qint64 len = 0; -- cgit v1.2.3-13-gbd6f