keyboard: Remove leftover call to get_current_time

This commit is contained in:
Andrea Azzarone 2018-09-14 12:18:38 +02:00
parent fcdac69eea
commit 179cd0a3c8

View File

@ -708,7 +708,6 @@ var Keyboard = new Lang.Class({
if (this._focusInExtendedKeys || extendedKeysWereFocused)
return;
let time = global.get_current_time();
if (!(focus instanceof Clutter.Text)) {
this.hide();
return;