summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-04-28 14:10:32 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-04-28 14:11:32 +0100
commit3c9c8e11b8a24d81a8379e86eddee3080fd746a5 (patch)
treeee02ed0689cea223e5f56ece7c3fab76cff53851
parentd3b58889c0f5a38965f6f3a0c8b39506ca886683 (diff)
Remove unused lookup of contacts mixin class.
-rw-r--r--telepathy-glib/contacts-mixin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index f0ae63678..5bce041ec 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -194,16 +194,12 @@ tp_contacts_mixin_get_offset_quark ()
void
tp_contacts_mixin_class_init (GObjectClass *obj_cls, glong offset)
{
- TpContactsMixinClass *mixin_cls;
-
g_assert (G_IS_OBJECT_CLASS (obj_cls));
g_type_set_qdata (G_OBJECT_CLASS_TYPE (obj_cls),
TP_CONTACTS_MIXIN_CLASS_OFFSET_QUARK,
GINT_TO_POINTER (offset));
- mixin_cls = TP_CONTACTS_MIXIN_CLASS (obj_cls);
-
tp_dbus_properties_mixin_implement_interface (obj_cls,
TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACTS,
tp_presence_mixin_get_contacts_dbus_property,