summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-media-call-content.c')
-rw-r--r--telepathy-glib/base-media-call-content.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/telepathy-glib/base-media-call-content.c b/telepathy-glib/base-media-call-content.c
index 326e778c9..b0c9857e3 100644
--- a/telepathy-glib/base-media-call-content.c
+++ b/telepathy-glib/base-media-call-content.c
@@ -72,7 +72,6 @@
#include "telepathy-glib/svc-properties-interface.h"
#include "telepathy-glib/util.h"
#include "telepathy-glib/util-internal.h"
-#include "telepathy-glib/_gen/signals-marshal.h"
#define DTMF_PAUSE_MS (3000)
@@ -453,8 +452,7 @@ tp_base_media_call_content_class_init (TpBaseMediaCallContentClass *klass)
"local-media-description-updated",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
- 0, NULL, NULL,
- _tp_marshal_VOID__UINT_BOXED,
+ 0, NULL, NULL, NULL,
G_TYPE_NONE,
2, G_TYPE_UINT, G_TYPE_HASH_TABLE);