aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-filter.c')
-rw-r--r--libempathy/empathy-filter.c12
1 files changed, 0 insertions, 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));
}