Remove unused var

This commit is contained in:
craig.p.drummond
2013-02-27 19:38:38 +00:00
committed by craig.p.drummond
parent 988db1d11f
commit 3ef7e1a35d

View File

@@ -902,7 +902,6 @@ void MtpConnection::delSong(const Song &song)
Path path=decodePath(song.file);
bool deletedSong=device && path.ok() && 0==LIBMTP_Delete_Object(device, path.id);
if (deletedSong) {
int before=folderMap[path.parent].children.count();
folderMap[path.parent].children.remove(path.id);
}
emit delSongStatus(deletedSong);