keyboard: Remove unused _hideSubkeys function
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/540
This commit is contained in:
parent
2702a82896
commit
271e43a1ed
@ -1626,18 +1626,6 @@ var Keyboard = class Keyboard {
|
|||||||
this.setCursorLocation(null);
|
this.setCursorLocation(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
_hideSubkeys() {
|
|
||||||
if (this._subkeysBoxPointer) {
|
|
||||||
this._subkeysBoxPointer.hide(BoxPointer.PopupAnimation.FULL);
|
|
||||||
this._subkeysBoxPointer = null;
|
|
||||||
}
|
|
||||||
if (this._capturedEventId) {
|
|
||||||
this.actor.disconnect(this._capturedEventId);
|
|
||||||
this._capturedEventId = 0;
|
|
||||||
}
|
|
||||||
this._capturedPress = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
resetSuggestions() {
|
resetSuggestions() {
|
||||||
if (this._suggestions)
|
if (this._suggestions)
|
||||||
this._suggestions.clear();
|
this._suggestions.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user