summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 08:51:54 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 08:51:54 +0200
commitc42f8b98df530e6e7386772e6153618d5c8e5980 (patch)
tree613e33102e03da8015a88d9cc8fd826d81a523c5 /src/common/xchat.h
parent4f68ac6cc084676351b0e15dbede4bd10ce86042 (diff)
Get rid of platform-specific settings (except for fast DCC), make migrations smoother
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 473be3c1..230a9a10 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -113,13 +113,10 @@ struct xchatprefs
 	char awayreason[256];
 	char quitreason[256];
 	char partreason[256];
-#ifdef WIN32
 	char font_normal[4 * FONTNAMELEN + 1];
 	char font_main[FONTNAMELEN + 1];
 	char font_alternative[3 * FONTNAMELEN + 1];
-#else
 	char font_normal[FONTNAMELEN + 1];
-#endif
 	char doubleclickuser[256];
 	char spell_langs[64];
 	char sounddir[PATHLEN + 1];
@@ -184,9 +181,7 @@ struct xchatprefs
 	int completion_sort;
 	int gui_win_state;
 	int gui_url_mod;
-#ifdef WIN32
 	int gui_lang;
-#endif
 	int dialog_left;
 	int dialog_top;
 	int dialog_width;
@@ -314,11 +309,8 @@ struct xchatprefs
 	unsigned int wait_on_exit;
 	unsigned int confmode;
 	unsigned int utf8_locale;
-#ifdef WIN32
 	unsigned int identd;
-	unsigned int text_emoticons;
 	unsigned int gui_one_instance;
-#endif
 
 	unsigned int ctcp_number_limit;	/*flood */
 	unsigned int ctcp_time_limit;	/*seconds of floods */