diff options
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r-- | src/common/servlist.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index b1b31026..2ce64d13 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -1272,13 +1272,6 @@ servlist_check_encoding (char *charset) if (c) c[0] = 0; - if (!g_ascii_strcasecmp (charset, "IRC")) /* special case */ - { - if (c) - c[0] = ' '; - return TRUE; - } - gic = g_iconv_open (charset, "UTF-8"); if (c) |