Turn off tracing. Only people looking for bugs in this plugin should have

it turned on, IMHO.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24470 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-03-19 16:32:27 +00:00
parent e2a61c9c4a
commit 1fde221032
11 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@
#include "OggStream.h"
#include "OggSeekable.h"
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -7,7 +7,7 @@
#include <assert.h>
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggSpeexSeekable.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggSpeexStream.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -7,7 +7,7 @@
#include <Autolock.h>
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -3,7 +3,7 @@
#include <ogg/ogg.h>
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggTobiasSeekable.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggTobiasStream.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -1,7 +1,7 @@
#include "OggTrack.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggVorbisSeekable.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else

View File

@ -2,7 +2,7 @@
#include "OggVorbisStream.h"
#include <stdio.h>
#define TRACE_THIS 1
#define TRACE_THIS 0
#if TRACE_THIS
#define TRACE printf
#else