keyboard: Remove leftover call to get_current_time
This commit is contained in:
parent
fcdac69eea
commit
179cd0a3c8
@ -708,7 +708,6 @@ var Keyboard = new Lang.Class({
|
|||||||
if (this._focusInExtendedKeys || extendedKeysWereFocused)
|
if (this._focusInExtendedKeys || extendedKeysWereFocused)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
let time = global.get_current_time();
|
|
||||||
if (!(focus instanceof Clutter.Text)) {
|
if (!(focus instanceof Clutter.Text)) {
|
||||||
this.hide();
|
this.hide();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user