From 67ed4e057019526366ad014bdadbc58f523f361e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 16 Jul 2015 15:14:30 +0200 Subject: [PATCH] overview: Remove unused variable --- js/ui/overview.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index d61ec29e7..551900338 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -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 });