From 0af88f31edb469049cb53e4d8bab257482dc02d0 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 30 Aug 2010 10:22:20 +0100 Subject: [PATCH] Remove unused declaration from tp-lowlevel.h It was causing g-ir-scanner to fail when building packages. --- backends/telepathy/lib/tp-lowlevel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/telepathy/lib/tp-lowlevel.h b/backends/telepathy/lib/tp-lowlevel.h index 85aaf90..a00760d 100644 --- a/backends/telepathy/lib/tp-lowlevel.h +++ b/backends/telepathy/lib/tp-lowlevel.h @@ -52,10 +52,9 @@ GType folks_tp_lowlevel_get_type (void); #define FOLKS_IS_TP_LOWLEVEL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FOLKS_TYPE_TP_LOWLEVEL)) #define FOLKS_TP_LOWLEVEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FOLKS_TYPE_TP_LOWLEVEL, FolksTpLowlevelClass)) -GQuark folks_error_quark (void); GQuark folks_tp_lowlevel_error_quark (void); - #define FOLKS_TP_LOWLEVEL_ERROR (folks_tp_lowlevel_error_quark ()) + typedef enum { FOLKS_TP_LOWLEVEL_ERROR_INVALID_ARGUMENT, } FolksTpLowlevelError; -- 2.7.4