From f480aed3c4e57db5919cb139dc7eb0f3ad953c56 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 3 Jun 2012 12:10:47 +0200 Subject: [PATCH] Oopsie --- src/common/xchat.h | 4 ---- 1 file changed, 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 # define _(x) gettext(x)