summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/LCDFramework/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/LCDFramework/src/debug.h')
-rw-r--r--plugins/MirandaG15/LCDFramework/src/debug.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/MirandaG15/LCDFramework/src/debug.h b/plugins/MirandaG15/LCDFramework/src/debug.h
deleted file mode 100644
index 39e34ebaae..0000000000
--- a/plugins/MirandaG15/LCDFramework/src/debug.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _DEBUG_H_
-#define _DEBUG_H_
-
-#define USECONSTREAM 1
-
-extern void InitDebug();
-extern void UnInitDebug();
-
-
-#ifdef _DEBUG
-#ifdef USECONSTREAM
- #include "ConStream.h"
-#endif
-#define TRACE _trace
-extern void _trace(TCHAR *fmt, ...);
-#else
-inline void _trace(LPCTSTR fmt, ...) { }
-#define TRACE 1 ? (void)0 : _trace
-#endif
-
-#endif \ No newline at end of file