[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:16 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=dece4d6

The following commit has been merged in the master branch:
commit dece4d6d91e4caa206223af06c167eb46de26362
Author: George Goldberg <george.goldberg at collabora.co.uk>
Date:   Fri Jan 28 15:19:30 2011 +0000

    Dario Review: remove unused PersonContact variables from Storage class.
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index 6bb3a30..c6e1607 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -393,7 +393,6 @@ void NepomukStorage::destroyContact(const QString &path, const QString &id)
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // The contact object has been destroyed, so we should set it's presence to unknown.
     imAccount.setProperty(Nepomuk::Vocabulary::NCO::imStatus(), QString::fromLatin1("unknown"));
@@ -414,7 +413,6 @@ void NepomukStorage::setContactAlias(const QString &path, const QString &id, con
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // Set the Contact Alias.
     imAccount.setImNicknames(QStringList() << alias);
@@ -436,7 +434,6 @@ void NepomukStorage::setContactPresence(const QString &path,
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // Set the contact presence.
     imAccount.setImStatus(presence.status);
@@ -474,7 +471,6 @@ void NepomukStorage::setContactBlockStatus(const QString &path, const QString &i
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // Set the blocked status.
     imAccount.setIsBlockeds(QList<bool>() << blocked);
@@ -496,7 +492,6 @@ void NepomukStorage::setContactPublishState(const QString &path,
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // Get the local related account.
     Q_ASSERT(m_accounts.contains(path));
@@ -559,7 +554,6 @@ void NepomukStorage::setContactSubscriptionState(const QString &path,
     ContactResources resources = m_contacts.value(identifier);
 
     Nepomuk::IMAccount imAccount = resources.imAccount();
-    Nepomuk::PersonContact personContact = resources.personContact();
 
     // Get the local related account.
     Q_ASSERT(m_accounts.contains(path));

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list