diff options
Diffstat (limited to 'src/LogBackend.hxx')
-rw-r--r-- | src/LogBackend.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/LogBackend.hxx b/src/LogBackend.hxx index 23df2037e..d38d9eeb3 100644 --- a/src/LogBackend.hxx +++ b/src/LogBackend.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -26,13 +26,6 @@ void SetLogThreshold(LogLevel _threshold); -#ifdef HAVE_GLIB - -void -SetLogCharset(const char *_charset); - -#endif - void EnableLogTimestamp(); |