Remove unused method: hide
Change-Id: Iba2ca843db8f0edd7fd1826b998a73279e7c06fe
This commit is contained in:
committed by
Nikerabbit
parent
be99ff9a55
commit
8d9f1e97cd
@@ -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.
|
* Close the language settings window.
|
||||||
* Depending on the context, actions vary.
|
* Depending on the context, actions vary.
|
||||||
|
|||||||
@@ -467,14 +467,6 @@
|
|||||||
this.prepareToggleButton();
|
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.
|
* Close the language settings window.
|
||||||
* Depending on the context, actions vary.
|
* Depending on the context, actions vary.
|
||||||
|
|||||||
Reference in New Issue
Block a user