aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogBackend.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-22 22:33:37 +0200
committerMax Kellermann <max@duempel.org>2015-06-22 22:33:37 +0200
commit9f4f1bab39d3efa1f2cf1fa9fb861f8d38fdb652 (patch)
treee053d18aa9083b00f56c7b9db40737dd3ce29c09 /src/LogBackend.hxx
parent73bd6af0f9f1ce9c535ff0a4227e29df3631eb45 (diff)
downloadmpd-9f4f1bab39d3efa1f2cf1fa9fb861f8d38fdb652.tar.gz
mpd-9f4f1bab39d3efa1f2cf1fa9fb861f8d38fdb652.tar.xz
mpd-9f4f1bab39d3efa1f2cf1fa9fb861f8d38fdb652.zip
LogBackend: remove character set support
Always write UTF-8 to the log file.
Diffstat (limited to 'src/LogBackend.hxx')
-rw-r--r--src/LogBackend.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/LogBackend.hxx b/src/LogBackend.hxx
index c6fe797f1..d38d9eeb3 100644
--- a/src/LogBackend.hxx
+++ b/src/LogBackend.hxx
@@ -26,13 +26,6 @@
void
SetLogThreshold(LogLevel _threshold);
-#ifdef HAVE_GLIB
-
-void
-SetLogCharset(const char *_charset);
-
-#endif
-
void
EnableLogTimestamp();