Remove unused debug #define.

This commit is contained in:
John Maguire 2012-06-18 13:56:56 +02:00
parent ef8e5267ab
commit 5280038f9a
2 changed files with 0 additions and 5 deletions

View File

@ -3,8 +3,6 @@
// Copyright: See COPYING file that comes with this distribution
//
#define DEBUG_PREFIX "BlockAnalyzer"
#include "blockanalyzer.h"
#include <cmath>
@ -400,4 +398,3 @@ BlockAnalyzer::drawBackground()
for( int y = 0; (uint)y < m_rows; ++y )
p.fillRect( x*(WIDTH+1), y*(HEIGHT+1) + m_y, WIDTH, HEIGHT, bgdark );
}

View File

@ -19,8 +19,6 @@
* 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define DEBUG_PREFIX "Gst-Engine"
#include "config.h"
#include "gstengine.h"
#include "gstenginepipeline.h"