[Telepathy-commits] [telepathy-qt4/master] Channel: Removed warning from fakeGroupInterfaceIfNeeded.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Feb 10 13:30:29 PST 2009


---
 TelepathyQt4/Client/channel.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 5f9f629..2ee9ebf 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -764,8 +764,6 @@ bool Channel::Private::fakeGroupInterfaceIfNeeded()
 
     bool ret = false;
 
-    // this check isn't really needed as all other target handle types
-    // supports the group interface, but let's make sure
     if (targetHandleType == Telepathy::HandleTypeContact) {
         // fake group interface
 
@@ -788,10 +786,6 @@ bool Channel::Private::fakeGroupInterfaceIfNeeded()
             warning() << "Connection::selfContact returned a null contact or targetHandle is 0, "
                 "not faking a group on channel";
         }
-
-    } else {
-        warning() << "Channel does not support group interface and targetHandleType != Contact, "
-            "not faking a group on channel";
     }
 
     return ret;
-- 
1.5.6.5




More information about the telepathy-commits mailing list