diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-03 12:10:47 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-03 12:10:47 +0200 |
commit | f480aed3c4e57db5919cb139dc7eb0f3ad953c56 (patch) | |
tree | 61adda319d31caa17a8b4a0d412506346fd7d901 /src/common/xchat.h | |
parent | 39422d5503281030d712c39af25317b5e3ece0fe (diff) |
Oopsie
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 4 |
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) |