[Telepathy-commits] [telepathy-qt4/master] Remove unnecessary and unused signals

Stefan Eilers stefan.eilers at basyskom.de
Tue Jan 27 02:53:09 PST 2009


---
 TelepathyQt4/Prototype/ContactManager.cpp |    3 +--
 TelepathyQt4/Prototype/ContactManager.h   |   10 ----------
 2 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/TelepathyQt4/Prototype/ContactManager.cpp b/TelepathyQt4/Prototype/ContactManager.cpp
index a266b95..b73ba8d 100644
--- a/TelepathyQt4/Prototype/ContactManager.cpp
+++ b/TelepathyQt4/Prototype/ContactManager.cpp
@@ -888,8 +888,7 @@ void ContactManager::slotMembersChanged(const QString& message,
                         }
 
                         emit signalContactSubscribed( this,  d->m_members[handle] );
-                        emit signalForModelContactSubscribed( this,  d->m_members[handle] );
-                    }   
+                    }
                 }
             }
         }
diff --git a/TelepathyQt4/Prototype/ContactManager.h b/TelepathyQt4/Prototype/ContactManager.h
index 49b6f72..26a7cb2 100644
--- a/TelepathyQt4/Prototype/ContactManager.h
+++ b/TelepathyQt4/Prototype/ContactManager.h
@@ -246,16 +246,6 @@ signals:
     void signalContactUnblocked( TpPrototype::ContactManager* contactManager, TpPrototype::Contact* contact );
 
     /**
-     * @todo: Add doc! (seil)
-     */
-    void signalForModelContactSubscribed( TpPrototype ::ContactManager* contactManager, TpPrototype ::Contact* contact );
-
-    /**
-     * @todo: Add doc! (seil)
-     */
-    void signalForModelContactRemoved( TpPrototype ::ContactManager* contactManager, TpPrototype ::Contact* contact );
-
-    /**
      * Members changed.
      * This signal is emitted whenever one of the internal lists of contacts (member, local pending, remote pending) changes.
      * @param contactManager The contact manager that handles the contacts.
-- 
1.5.6.5




More information about the Telepathy-commits mailing list