Removed an obsolete TODO comment in the L10n class implementation

This was SVN commit r14997.
This commit is contained in:
Adrián Chaves 2014-04-26 12:11:08 +00:00
parent fc793609eb
commit d6e37321d5

View File

@ -73,8 +73,6 @@ bool L10n::SaveLocale(const std::string& localeCode)
bool L10n::SaveLocale(Locale locale)
{
// TODO: Use the ConfigDB functions exposed to js to change the config value
// Save the new locale in the settings file.
if (!ValidateLocale(locale))
return false;