remove unused function

This commit is contained in:
Baris Usakli
2017-10-19 12:56:51 -04:00
parent 05c1a6cfed
commit 79598c32d3
2 changed files with 0 additions and 5 deletions

View File

@@ -7,10 +7,6 @@ var async = require('async');
var Languages = module.exports;
var languagesPath = path.join(__dirname, '../build/public/language');
Languages.init = function (next) {
next();
};
Languages.get = function (language, namespace, callback) {
fs.readFile(path.join(languagesPath, language, namespace + '.json'), { encoding: 'utf-8' }, function (err, data) {
if (err) {