Skip to content

Commit

Permalink
Campaign selection filter : сhanges for review.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvladf authored and Vultraz committed Jan 27, 2019
1 parent a25a43e commit b5c48b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gettext.cpp
Expand Up @@ -517,8 +517,6 @@ std::string strftime(const std::string& format, const std::tm* time)

bool ci_search(const std::string& s1, const std::string& s2)
{
std::lock_guard<std::mutex> lock(get_mutex());

const std::locale& locale = get_manager().get_locale();

std::string ls1 = bl::to_lower(s1, locale);
Expand Down

0 comments on commit b5c48b1

Please sign in to comment.