lang: remove unused functions
This commit is contained in:
parent
b801c59a62
commit
2affb1c789
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@ function LanguageManager:getTranslationData()
|
|||
return self.controller.options.data.language
|
||||
end
|
||||
|
||||
function LanguageManager:getStringList(library, file)
|
||||
return require(self.lang .. "." .. library .. "." .. file)
|
||||
end
|
||||
|
||||
function LanguageManager:getLangMetadata(lang)
|
||||
local langfilepath = self.data.path .. lang
|
||||
|
||||
|
|
Loading…
Reference in a new issue