keyboard: Remove duplicate code

The same calls happen right at the beginning of the function.
This commit is contained in:
Carlos Garnacho 2017-12-22 17:25:48 +01:00
parent 5cec4ae670
commit e0852e5991

View File

@ -237,8 +237,6 @@ var Key = new Lang.Class({
this._pressTimeoutId = 0;
this._touchPressed = false;
this._ensureExtendedKeysPopup();
this.actor.fake_release();
this.actor.set_hover(false);
this._showSubkeys();
return GLib.SOURCE_REMOVE;
}));