[Telepathy-commits] [telepathy-glib/master] echo2 CM: remove call to tp_message_mixin_class_init mistakenly left over during rebase

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 18 10:41:48 PST 2008


It no longer exists.
---
 examples/cm/echo-message-parts/chan.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/examples/cm/echo-message-parts/chan.c b/examples/cm/echo-message-parts/chan.c
index 58e4a02..3742016 100644
--- a/examples/cm/echo-message-parts/chan.c
+++ b/examples/cm/echo-message-parts/chan.c
@@ -461,9 +461,6 @@ example_echo_2_channel_class_init (ExampleEcho2ChannelClass *klass)
       G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_REQUESTED, param_spec);
 
-  tp_message_mixin_class_init (object_class,
-      G_STRUCT_OFFSET (ExampleEcho2ChannelClass, text_class));
-
   klass->dbus_properties_class.interfaces = prop_interfaces;
   tp_dbus_properties_mixin_class_init (object_class,
       G_STRUCT_OFFSET (ExampleEcho2ChannelClass, dbus_properties_class));
-- 
1.5.6.5




More information about the Telepathy-commits mailing list