From 86b1cd7924f9436c5060787b3025ff5b25679e82 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 11 Apr 2008 13:11:34 +0000 Subject: Do not add signal "process", it's added in generated code svn path=/trunk/; revision=921 --- libempathy/empathy-filter.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libempathy/empathy-filter.c b/libempathy/empathy-filter.c index 4299073a4..a5d0757d5 100644 --- a/libempathy/empathy-filter.c +++ b/libempathy/empathy-filter.c @@ -28,7 +28,6 @@ #include "empathy-filter.h" #include "empathy-debug.h" #include "empathy-utils.h" -#include "empathy-marshal.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \ EMPATHY_TYPE_FILTER, EmpathyFilterPriv)) @@ -44,7 +43,6 @@ static void empathy_filter_init (EmpathyFilter *filter); static void filter_iface_init (EmpSvcFilterClass *klass); enum { - PROCESS, NEW_CHANNEL, LAST_SIGNAL }; @@ -120,16 +118,6 @@ empathy_filter_class_init (EmpathyFilterClass *klass) G_TYPE_NONE, 1, TP_TYPE_CHANNEL); - signals[PROCESS] = - g_signal_new ("process", - G_OBJECT_CLASS_TYPE (klass), - G_SIGNAL_RUN_LAST, - 0, - NULL, NULL, - _empathy_marshal_VOID__UINT_BOOLEAN, - G_TYPE_NONE, - 2, G_TYPE_UINT, G_TYPE_BOOLEAN); - g_type_class_add_private (object_class, sizeof (EmpathyFilterPriv)); } -- cgit v1.2.3