[Telepathy-commits] [telepathy-qt4/master] Remove superfluous return and recursive pMC() call in processMembersChanged()

Olli Salli olli.salli at collabora.co.uk
Thu Feb 12 09:55:27 PST 2009


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

diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 1913a4e..b47b0ec 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -666,7 +666,6 @@ void Channel::Private::processMembersChanged()
             pendingRetrieveGroupSelfContact = false;
             // nothing queued but selfContact changed
             buildContacts();
-            return;
         }
 
         if (!ready) {
@@ -684,9 +683,6 @@ void Channel::Private::processMembersChanged()
                 }
 
                 setReady();
-
-                processMembersChanged();
-                return;
             } else {
                 debug() << "Contact queue empty but introspect queue isn't. IS will set ready.";
             }
-- 
1.5.6.5




More information about the telepathy-commits mailing list