overview: Remove unused variable

This commit is contained in:
Florian Müllner 2015-07-16 15:14:30 +02:00
parent 8a15178557
commit 67ed4e0570

View File

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