diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-11 22:41:42 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-11 22:41:42 +0200 |
commit | c8097a898ef8ac1d0afb367bb6b368edd9cb558f (patch) | |
tree | b1a59c52afc596978f4947566702cb3e7a311ff9 /src/lastfm.cpp | |
parent | 63413368c8e7446a8fd39dad3e801aa19fe65382 (diff) |
get rid of locale_to_utf where it's not needed anymore
Diffstat (limited to 'src/lastfm.cpp')
-rw-r--r-- | src/lastfm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lastfm.cpp b/src/lastfm.cpp index 83299134..420975e6 100644 --- a/src/lastfm.cpp +++ b/src/lastfm.cpp @@ -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); |