mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overview: Remove unused variable
This commit is contained in:
parent
8a15178557
commit
67ed4e0570
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ const Overview = new Lang.Class({
|
|||
// one. Instances of this class share a single CoglTexture behind the
|
||||
// scenes which allows us to show the background with different
|
||||
// rendering options without duplicating the texture data.
|
||||
let monitor = Main.layoutManager.primaryMonitor;
|
||||
|
||||
let layout = new Clutter.BinLayout();
|
||||
this._stack = new Clutter.Actor({ layout_manager: layout });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue