get rid of locale_to_utf where it's not needed anymore

This commit is contained in:
Andrzej Rybczak
2012-09-11 22:41:42 +02:00
parent 63413368c8
commit c8097a898e
10 changed files with 83 additions and 89 deletions

View File

@@ -123,8 +123,6 @@ void Lastfm::Load()
w->reset();
std::string artist = itsArgs.find("artist")->second;
locale_to_utf(artist);
std::string file = lowercase(artist + ".txt");
removeInvalidCharsFromFilename(file);