summaryrefslogtreecommitdiff
path: root/js/codeq/core.js
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-13 14:20:38 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-13 14:20:38 +0200
commita2275a04ac07e22790a31e128e3df4473d4afc26 (patch)
tree4d84a6c96b6e879587fffb393a3a895e17b29a59 /js/codeq/core.js
parent7d63b9a45f4d5e8ce62828c22a877c9045ddb836 (diff)
Remove codeq.getLang function
Diffstat (limited to 'js/codeq/core.js')
-rw-r--r--js/codeq/core.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/codeq/core.js b/js/codeq/core.js
index 6b76042..0976ecc 100644
--- a/js/codeq/core.js
+++ b/js/codeq/core.js
@@ -395,10 +395,6 @@
'sl': 'Slovenščina'
},
'isWebApp': false, // this is a PhoneGap/Cordova build, will be overridden in cordova.js for webapp
- 'getLang': function () {
- return codeq.settings['gui_lang'];
- },
-
'setLang': function (newLang) {
codeq.settings['gui_lang'] = newLang;
codeq.fire('langchange', {'lang': newLang});