From 753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 Dec 2009 22:58:26 +0100 Subject: Revised methods how are translated strings handled Few comments were made available to Doxygen --- src/base/msg.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/base/msg.h') diff --git a/src/base/msg.h b/src/base/msg.h index a2f77e9..e9bdb3b 100644 --- a/src/base/msg.h +++ b/src/base/msg.h @@ -1,12 +1,6 @@ #ifndef MSG_H #define MSG_H -#ifdef DEBUG -#define DEBUG_MSG(msg,arg...) printf(msg, ##arg) -#else /* DEBUG */ -#define DEBUG_MSG(msg,arg...) -#endif /* DEBUG * */ - #ifdef DEBUG #define debug(msg,arg...) fprintf(stdout, "%s ", _("[Debug]")); fprintf(stdout, _(msg), ##arg); fprintf(stdout, "\n") #else /* DEBUG */ -- cgit v1.2.3