summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-09 00:03:57 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-09 00:03:57 +0000
commit176198fdc68f3db2803c9ee1c586cacd02cf979b (patch)
tree8e0ddd007f8b3ed5aad12ce59310332d2f964578 /src/common
parent97d5c9bd0e42d4fa523351f7cbbbfafc464fd402 (diff)
downloadweechat-176198fdc68f3db2803c9ee1c586cacd02cf979b.zip
DEBUG macro moved to config.h
Diffstat (limited to 'src/common')
-rw-r--r--src/common/weechat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h
index 83c27f661..75fd56d88 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.h
@@ -51,9 +51,6 @@
#define WEECHAT_ERROR _(PACKAGE_NAME " Error:")
#define WEECHAT_WARNING _(PACKAGE_NAME " Warning:")
-/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
-#define DEBUG 0
-
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"