diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 21:33:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:43:16 +0100 |
commit | 3275d4c6fa40c66c410bd279f3571ba36f95c4d6 (patch) | |
tree | 8e6711bde07e412faca11fef67a8a8b19f83a9d5 /src/conf.h | |
parent | cd0d003197d0abd572edcc3cbef532a5e3cfc395 (diff) | |
download | mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.tar.gz mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.tar.xz mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.zip |
conf.h: move the GQuark to ConfigQuark.hxx
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/conf.h b/src/conf.h index bc17a0c79..8eb185fa7 100644 --- a/src/conf.h +++ b/src/conf.h @@ -25,22 +25,9 @@ #include "ConfigData.hxx" #include "gcc.h" -#include <glib.h> - #define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) #define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false #define MAX_FILTER_CHAIN_LENGTH 255 -/** - * A GQuark for GError instances, resulting from malformed - * configuration. - */ -G_GNUC_CONST -static inline GQuark -config_quark(void) -{ - return g_quark_from_static_string("config"); -} - #endif |