mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
89a49ce72e
commit
7798da8dff
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue