From 67b4f9b3a96b23259069ed25a4a1a50b7484486d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 4 Aug 2011 13:37:57 -0400 Subject: [PATCH] workspacesView: belatedly remove an unused variable --- js/ui/workspacesView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 08138f788..955aee0c6 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -551,7 +551,6 @@ WorkspacesDisplay.prototype = { Lang.bind(this, this._onScrollEvent)); this._monitorIndex = Main.layoutManager.primaryIndex; - this._monitor = Main.layoutManager.monitors[this._monitorIndex]; this._thumbnailsBox = new WorkspaceThumbnail.ThumbnailsBox(); controls.add_actor(this._thumbnailsBox.actor);