never used value

This commit is contained in:
satbaby
2012-05-06 14:10:48 +02:00
parent 2a00f4fafb
commit 6ec13051a1
8 changed files with 20 additions and 26 deletions

View File

@@ -502,9 +502,6 @@ void CUpnpBrowserGui::playnext(void)
std::list<UPnPAttribute>::iterator i;
std::stringstream sindex;
std::vector<UPnPEntry> *entries = NULL;
bool rfound = false;
bool nfound = false;
bool tfound = false;
sindex << m_playid;
attribs.push_back(UPnPAttribute("ObjectID", m_playfolder));
@@ -536,16 +533,13 @@ void CUpnpBrowserGui::playnext(void)
m_folderplay = false;
return;
}
nfound=true;
}
if (i->first=="TotalMatches")
{
tfound=true;
}
if (i->first=="Result")
{
entries=decodeResult(i->second);
rfound=true;
}
}
m_playid++;