We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfdc3c commit 76173bdCopy full SHA for 76173bd
gframe/data_manager.h
@@ -201,9 +201,6 @@ class DataManager {
201
bool HasLocale(uint32_t code) const {
202
auto search = map.find(code);
203
return search != map.end() && !search->second.first.empty();
204
- if(search == map.end() || search->second.first.empty())
205
- return false;
206
- return true;
207
}
208
void ClearLocales() {
209
for(auto& elem : map)
0 commit comments