[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=0d6a7ba

The following commit has been merged in the master branch:
commit 0d6a7bafcfe3dcf19ccfe7d1b5863e2b156ee875
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Jul 5 12:56:33 2016 +0200

    Remove unused variable
---
 core/device.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/device.cpp b/core/device.cpp
index a686822..bbccb96 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -113,8 +113,6 @@ void Device::reloadPlugins()
 
     if (isTrusted() && isReachable()) { //Do not load any plugin for unpaired devices, nor useless loading them for unreachable devices
 
-        KConfigGroup pluginStates = KSharedConfig::openConfig(pluginsConfigFile())->group("Plugins");
-
         PluginLoader* loader = PluginLoader::instance();
         const bool capabilitiesSupported = (m_protocolVersion >= MIN_VERSION_WITH_CAPPABILITIES_SUPPORT);
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list