summaryrefslogtreecommitdiffstats
path: root/loader/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/debug.h')
-rw-r--r--loader/debug.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/loader/debug.h b/loader/debug.h
deleted file mode 100644
index ad3c9d5a46..0000000000
--- a/loader/debug.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef MPLAYER_DEBUG_H
-#define MPLAYER_DEBUG_H
-
-#ifdef DEBUG
-#define TRACE printf
-#define dbg_printf printf
-#else
-#define TRACE(...)
-#define dbg_printf(...)
-#endif
-
-#endif /* MPLAYER_DEBUG_H */