telepathy-qt: BaseChannelTextType: Cleanup

Alexandr Akulich kaffeine at kemper.freedesktop.org
Fri Sep 16 08:46:58 UTC 2016


Module: telepathy-qt
Branch: master
Commit: ae1ebbc4aa5d94d582c08f2e5ad8bda3e20080e3
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=ae1ebbc4aa5d94d582c08f2e5ad8bda3e20080e3

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Mon Jul 11 19:55:27 2016 +0500

BaseChannelTextType: Cleanup

---

 TelepathyQt/base-channel.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/TelepathyQt/base-channel.h b/TelepathyQt/base-channel.h
index 9db43a8..46503fa 100644
--- a/TelepathyQt/base-channel.h
+++ b/TelepathyQt/base-channel.h
@@ -131,18 +131,10 @@ public:
                    new BaseChannelTextTypeSubclass(channel));
     }
 
-    typedef Callback2<QDBusObjectPath, const QVariantMap&, DBusError*> CreateChannelCallback;
-    CreateChannelCallback createChannel;
-
-    typedef Callback2<bool, const QVariantMap&, DBusError*> EnsureChannelCallback;
-    EnsureChannelCallback ensureChannel;
-
     virtual ~BaseChannelTextType();
 
     QVariantMap immutableProperties() const;
 
-    Tp::RequestableChannelClassList requestableChannelClasses;
-
     typedef Callback1<void, QString> MessageAcknowledgedCallback;
     void setMessageAcknowledgedCallback(const MessageAcknowledgedCallback &cb);
 



More information about the telepathy-commits mailing list