summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-06-03 12:10:47 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-03 12:10:47 +0200
commitf480aed3c4e57db5919cb139dc7eb0f3ad953c56 (patch)
tree61adda319d31caa17a8b4a0d412506346fd7d901 /src/common
parent39422d5503281030d712c39af25317b5e3ece0fe (diff)
Oopsie
Diffstat (limited to 'src/common')
-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)