From e47235efe3dcc5af6972e20c9e8a30111e7a6daf Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 16 Jul 2012 22:56:28 +0200 Subject: [PATCH] Remove tab_xp as it was an xchat-windows thing --- src/common/cfgfiles.c | 3 --- src/common/xchat.h | 1 - 2 files changed, 4 deletions(-) diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index e448311e..1ab285ad 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -568,9 +568,6 @@ const struct prefs vars[] = { {"tab_sort", P_OFFINT (tab_sort), TYPE_BOOL}, {"tab_trunc", P_OFFINT (truncchans), TYPE_INT}, {"tab_utils", P_OFFINT (windows_as_tabs), TYPE_BOOL}, -#ifdef WIN32 - {"tab_xp", P_OFFINT (tab_xp), TYPE_BOOL}, -#endif {"text_auto_copy_color", P_OFFINT (autocopy_color), TYPE_BOOL}, {"text_auto_copy_stamp", P_OFFINT (autocopy_stamp), TYPE_BOOL}, diff --git a/src/common/xchat.h b/src/common/xchat.h index 1be33a68..b4f79f0f 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -310,7 +310,6 @@ struct xchatprefs unsigned int identd; unsigned int emoticons; unsigned int tab_icons; - unsigned int tab_xp; #endif unsigned int ctcp_number_limit; /*flood */