diff options
author | Max Kellermann <max@duempel.org> | 2015-06-22 22:33:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-22 22:33:37 +0200 |
commit | 9f4f1bab39d3efa1f2cf1fa9fb861f8d38fdb652 (patch) | |
tree | e053d18aa9083b00f56c7b9db40737dd3ce29c09 /src/LogBackend.hxx | |
parent | 73bd6af0f9f1ce9c535ff0a4227e29df3631eb45 (diff) |
LogBackend: remove character set support
Always write UTF-8 to the log file.
Diffstat (limited to 'src/LogBackend.hxx')
-rw-r--r-- | src/LogBackend.hxx | 7 |
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(); |