telepathy-qt: stream-tube-chan test CM: Don't use TpTextMixin - it' s not needed and it's deprecated.
George Kiagiadakis
gkiagia at kemper.freedesktop.org
Wed May 23 05:43:39 PDT 2012
Module: telepathy-qt
Branch: master
Commit: 29809eef841dc6e057f67ce8468b1d0106514ffa
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=29809eef841dc6e057f67ce8468b1d0106514ffa
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed May 23 15:03:43 2012 +0300
stream-tube-chan test CM: Don't use TpTextMixin - it's not needed and it's deprecated.
---
tests/lib/glib/stream-tube-chan.c | 3 ---
tests/lib/glib/stream-tube-chan.h | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/tests/lib/glib/stream-tube-chan.c b/tests/lib/glib/stream-tube-chan.c
index 1caf7fc..d3f5aa7 100644
--- a/tests/lib/glib/stream-tube-chan.c
+++ b/tests/lib/glib/stream-tube-chan.c
@@ -283,9 +283,6 @@ tp_tests_stream_tube_channel_class_init (TpTestsStreamTubeChannelClass *klass)
/* base_class->target_handle_type is defined in subclasses */
- tp_text_mixin_class_init (object_class,
- G_STRUCT_OFFSET (TpTestsStreamTubeChannelClass, text_class));
-
param_spec = g_param_spec_string ("service", "service name",
"the service associated with this tube object.",
"",
diff --git a/tests/lib/glib/stream-tube-chan.h b/tests/lib/glib/stream-tube-chan.h
index 3702c6f..6cb44f5 100644
--- a/tests/lib/glib/stream-tube-chan.h
+++ b/tests/lib/glib/stream-tube-chan.h
@@ -14,7 +14,6 @@
#include <glib-object.h>
#include <telepathy-glib/base-channel.h>
#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/text-mixin.h>
G_BEGIN_DECLS
@@ -43,13 +42,11 @@ GType tp_tests_stream_tube_channel_get_type (void);
struct _TpTestsStreamTubeChannelClass {
TpBaseChannelClass parent_class;
- TpTextMixinClass text_class;
TpDBusPropertiesMixinClass dbus_properties_class;
};
struct _TpTestsStreamTubeChannel {
TpBaseChannel parent;
- TpTextMixin text;
TpTestsStreamTubeChannelPrivate *priv;
};
More information about the telepathy-commits
mailing list