From cb78646baf67e4656252cbd8b7017514271b0d07 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 25 Feb 2005 00:46:41 +0000 Subject: Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6052 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/xxx2wav.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/xxx2wav.h b/apps/plugins/lib/xxx2wav.h index 501aaa3..e89361c 100644 --- a/apps/plugins/lib/xxx2wav.h +++ b/apps/plugins/lib/xxx2wav.h @@ -19,15 +19,6 @@ /* Various "helper functions" common to all the xxx2wav decoder plugins */ - -/* A macro to enable printf for the simulator only */ - -#ifdef SIMULATOR -#define dprintf(...) printf(__VA_ARGS__) -#else -#define dprintf(...) -#endif - /* the main data structure of the program */ typedef struct { int infile; -- cgit v1.1