diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 5de0808cb..72bd9cefd 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -111,7 +111,6 @@ const FocusGrabber = new Lang.Class({ if (this._focused) return; - this._prevFocusedWindow = global.display.focus_window; this._prevKeyFocusActor = global.stage.get_key_focus(); this._focusActorChangedId = global.stage.connect('notify::key-focus', Lang.bind(this, this._focusActorChanged));