summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxmlparser/src/debug.h')
-rw-r--r--addon/doxmlparser/src/debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/addon/doxmlparser/src/debug.h b/addon/doxmlparser/src/debug.h
deleted file mode 100644
index c77f7fe..0000000
--- a/addon/doxmlparser/src/debug.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _DEBUG_H
-#define _DEBUG_H
-
-void debug(int level,const char *msg,...);
-void setDebugLevel(int level);
-
-#endif