aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 21:33:52 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 21:43:16 +0100
commit3275d4c6fa40c66c410bd279f3571ba36f95c4d6 (patch)
tree8e6711bde07e412faca11fef67a8a8b19f83a9d5 /src/conf.h
parentcd0d003197d0abd572edcc3cbef532a5e3cfc395 (diff)
conf.h: move the GQuark to ConfigQuark.hxx
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/conf.h b/src/conf.h
index bc17a0c7..8eb185fa 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