Skip to content

Commit

Permalink
Unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Aug 29, 2016
1 parent d89bf51 commit 2fd42a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kio/kiokdeconnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2fd42a8

Please sign in to comment.