aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
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