summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index b4e652c9..540a7e1a 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -77,10 +77,6 @@ void *xchat_realloc (char *old, int len, char *file, int line);
 #define USERNAMELEN 10
 #define HIDDEN_CHAR	8			/* invisible character for xtext */
 
-#ifdef __cplusplus
-#define asdfasdf
-#endif
-
 #if defined(ENABLE_NLS) && !defined(_)
 #  include <libintl.h>
 #  define _(x) gettext(x)