summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-20 01:47:01 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-20 01:47:01 +0100
commit3563acdb0d87d88733c967f8ac920877b8b4a1eb (patch)
treef24527d0410ba71994f87df0ad6147c82ce662f1 /src/common/cfgfiles.c
parentc37c719210c88f5831408e4245d1df70d75de8bc (diff)
Revert "allow for disabling the filtering mechanism"
This reverts commit c1ec6d1039317342ed339f2ca1b52e2f4f3b07d3.
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 47d615e0..130ad9d9 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -581,9 +581,6 @@ const struct prefs vars[] = {
 	{"text_indent", P_OFFINT (indent_nicks), TYPE_BOOL},
 	{"text_max_indent", P_OFFINT (max_auto_indent), TYPE_INT},
 	{"text_max_lines", P_OFFINT (max_lines), TYPE_INT},
-#ifdef WIN32
-	{"text_nonbmp", P_OFFINT (text_nonbmp), TYPE_BOOL},
-#endif
 	{"text_replay", P_OFFINT (text_replay), TYPE_BOOL},
 	{"text_show_marker", P_OFFINT (show_marker), TYPE_BOOL},
 	{"text_show_sep", P_OFFINT (show_separator), TYPE_BOOL},
@@ -717,7 +714,6 @@ load_config (void)
 	prefs.autodccsend = 2;	/* browse mode */
 #ifdef WIN32
 	prefs.identd = 1;
-	prefs.text_nonbmp = 1;
 #endif
 	strcpy (prefs.gui_license, "");
 	strcpy (prefs.spell_langs, g_getenv ("LC_ALL") ? g_getenv ("LC_ALL") : "en_US");