From e0852e599135483af1a5947195e1b24b8b900f20 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 22 Dec 2017 17:25:48 +0100 Subject: [PATCH] keyboard: Remove duplicate code The same calls happen right at the beginning of the function. --- js/ui/keyboard.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index 92d4ddec3..614e30f65 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -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; }));