lib/icu/Converter: remove GLib implementation

We don't need this anymore: Win32 doesn't use this library at all, and
everything else has either iconv() or libicu.
This commit is contained in:
Max Kellermann
2015-06-26 16:51:18 +02:00
parent 0756607e32
commit 3fa4dad418
3 changed files with 3 additions and 53 deletions

View File

@@ -24,7 +24,7 @@
#include "Compiler.h"
#include "Traits.hxx"
#if (defined(HAVE_ICU) || defined(HAVE_ICONV) || defined(HAVE_GLIB)) && !defined(WIN32)
#if (defined(HAVE_ICU) || defined(HAVE_ICONV)) && !defined(WIN32)
#define HAVE_FS_CHARSET
#endif