[Telepathy-commits] [telepathy-salut/master] Removed useless include of text mixin.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:28 PST 2008


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/salut-file-channel.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/salut-file-channel.h b/src/salut-file-channel.h
index 9f93363..d127957 100644
--- a/src/salut-file-channel.h
+++ b/src/salut-file-channel.h
@@ -24,8 +24,6 @@
 #include <glib-object.h>
 #include <gibber/gibber-file-transfer.h>
 
-#include <telepathy-glib/text-mixin.h>
-
 #include <extensions/_gen/svc.h>
 #include <extensions/_gen/interfaces.h>
 #include <extensions/_gen/enums.h>
@@ -38,13 +36,11 @@ typedef struct _SalutFileChannelPrivate SalutFileChannelPrivate;
 
 struct _SalutFileChannelClass {
     GObjectClass parent_class;
-    TpTextMixinClass text_class;
     TpDBusPropertiesMixinClass dbus_props_class;
 };
 
 struct _SalutFileChannel {
     GObject parent;
-    TpTextMixin text;
 
     SalutFileChannelPrivate *priv;
 };
-- 
1.5.6.5




More information about the Telepathy-commits mailing list