diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp index 50bc597cd..527d98019 100644 --- a/kio/kiokdeconnect.cpp +++ b/kio/kiokdeconnect.cpp @@ -86,7 +86,6 @@ void KioKdeconnect::listAllDevices() //TODO: Change to all devices and show different icons for connected and disconnected? QStringList devices = m_dbusInterface->devices(true, true); - int i = 0; Q_FOREACH(const QString& deviceId, devices) { DeviceDbusInterface interface(deviceId);