summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/xxx2wav.h9
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;