From 29030b54c98b0aee65fbc10ebf7ba36bed98c02c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 10 Aug 2013 18:02:44 +0200 Subject: util/Error: new error passing library Replaces GLib's GError. --- src/DecoderError.hxx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/DecoderError.hxx') diff --git a/src/DecoderError.hxx b/src/DecoderError.hxx index 94b5a964b..9ea74167f 100644 --- a/src/DecoderError.hxx +++ b/src/DecoderError.hxx @@ -20,18 +20,6 @@ #ifndef MPD_DECODER_ERROR_HXX #define MPD_DECODER_ERROR_HXX -#include "gcc.h" - -#include - -/** - * Quark for GError.domain. - */ -gcc_pure -static inline GQuark -decoder_quark(void) -{ - return g_quark_from_static_string("decoder"); -} +extern const class Domain decoder_domain; #endif -- cgit v1.2.3