messageTray: Remove an unused variable

This commit is contained in:
Jasper St. Pierre 2014-06-04 12:58:34 -04:00
parent 50421ede37
commit 672a4a56bd

View File

@ -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));