From 8d9f1e97cdc0be92c7c8bbce54d72e75f1168941 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 14 Nov 2013 11:12:43 +0530 Subject: [PATCH] Remove unused method: hide Change-Id: Iba2ca843db8f0edd7fd1826b998a73279e7c06fe --- resources/js/ext.uls.displaysettings.js | 8 -------- resources/js/ext.uls.inputsettings.js | 8 -------- 2 files changed, 16 deletions(-) diff --git a/resources/js/ext.uls.displaysettings.js b/resources/js/ext.uls.displaysettings.js index 1533ecd4..8045063b 100644 --- a/resources/js/ext.uls.displaysettings.js +++ b/resources/js/ext.uls.displaysettings.js @@ -531,14 +531,6 @@ }, - /** - * Hide this window. - * Used while navigating to language selector and need coming back - */ - hide: function () { - this.$parent.hide(); - }, - /** * Close the language settings window. * Depending on the context, actions vary. diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index 1735c429..a3f79c4e 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -467,14 +467,6 @@ this.prepareToggleButton(); }, - /** - * Hide this window. - * Used while navigating to language selector and need coming back - */ - hide: function () { - this.$parent.hide(); - }, - /** * Close the language settings window. * Depending on the context, actions vary.