comment some found not used variables

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e06495776
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-08 16:18:16 +04:00
parent ec295959ef
commit 558497f4ae
10 changed files with 21 additions and 22 deletions

View File

@@ -232,7 +232,7 @@ void sectionsd_set_languages(const std::vector<std::string>& newLanguages);
bool CLangSelectNotifier::changeNotify(const neutrino_locale_t, void *)
{
std::vector<std::string> v_languages;
bool found = false;
//bool found = false;
std::map<std::string, std::string>::const_iterator it;
//prefered audio languages
@@ -249,7 +249,7 @@ bool CLangSelectNotifier::changeNotify(const neutrino_locale_t, void *)
{
v_languages.push_back(it->first);
printf("setLanguages: adding %s\n", it->first.c_str());
found = true;
//found = true;
}
}
}