LogBackend: remove character set support

Always write UTF-8 to the log file.
This commit is contained in:
Max Kellermann
2015-06-22 22:33:37 +02:00
parent 73bd6af0f9
commit 9f4f1bab39
4 changed files with 1 additions and 57 deletions

View File

@@ -26,13 +26,6 @@
void
SetLogThreshold(LogLevel _threshold);
#ifdef HAVE_GLIB
void
SetLogCharset(const char *_charset);
#endif
void
EnableLogTimestamp();