diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-02-25 00:46:41 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-25 00:46:41 +0000 |
| commit | cb78646baf67e4656252cbd8b7017514271b0d07 (patch) | |
| tree | 1c793e2196fa650dd0c813e9125a28c7e49b9b29 /apps/plugins/lib | |
| parent | 6e372abb0ee1974dc4fe3003a1182c0d8dc662af (diff) | |
| download | rockbox-cb78646baf67e4656252cbd8b7017514271b0d07.zip rockbox-cb78646baf67e4656252cbd8b7017514271b0d07.tar.gz rockbox-cb78646baf67e4656252cbd8b7017514271b0d07.tar.bz2 rockbox-cb78646baf67e4656252cbd8b7017514271b0d07.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/xxx2wav.h | 9 |
1 files changed, 0 insertions, 9 deletions
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; |