layout: Remove an unused variable

The tray barrier was removed when the hot corner to activate the message
tray was removed.

https://bugzilla.gnome.org/show_bug.cgi?id=677215
This commit is contained in:
Jasper St. Pierre 2013-01-11 16:20:26 -05:00
parent 89a49ce72e
commit 7798da8dff

View File

@ -114,7 +114,6 @@ const LayoutManager = new Lang.Class({
this._background = null;
this._leftPanelBarrier = 0;
this._rightPanelBarrier = 0;
this._trayBarrier = 0;
this._inOverview = false;
this._updateRegionIdle = 0;