aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputError.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputError.hxx')
-rw-r--r--src/OutputError.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/OutputError.hxx b/src/OutputError.hxx
index e1f91e196..22a11fdbd 100644
--- a/src/OutputError.hxx
+++ b/src/OutputError.hxx
@@ -20,18 +20,6 @@
#ifndef MPD_OUTPUT_ERROR_HXX
#define MPD_OUTPUT_ERROR_HXX
-#include "gcc.h"
-
-#include <glib.h>
-
-/**
- * Quark for GError.domain.
- */
-gcc_const
-static inline GQuark
-output_quark(void)
-{
- return g_quark_from_static_string("output");
-}
+extern const class Domain output_domain;
#endif