COMMON: Remove unused and useless getCurrentCharset in TransMan
Now all translations use unicode.
This commit is contained in:
parent
f3829243a1
commit
32d4173fda
2 changed files with 0 additions and 11 deletions
|
@ -164,12 +164,6 @@ U32String TranslationManager::getTranslation(const char *message, const char *co
|
|||
return U32String(message);
|
||||
}
|
||||
|
||||
String TranslationManager::getCurrentCharset() const {
|
||||
if (_currentCharset.empty())
|
||||
return "ASCII";
|
||||
return _currentCharset;
|
||||
}
|
||||
|
||||
String TranslationManager::getCurrentLanguage() const {
|
||||
if (_currentLang == -1)
|
||||
return "en";
|
||||
|
|
|
@ -182,11 +182,6 @@ public:
|
|||
*/
|
||||
const TLangArray getSupportedLanguageNames() const;
|
||||
|
||||
/**
|
||||
* Return the charset specified by the selected translation language.
|
||||
*/
|
||||
String getCurrentCharset() const;
|
||||
|
||||
/**
|
||||
* Return the currently selected translation language.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue