[gnome-shell] workspace: Remove unused variable



commit 6e15e2d72a6883f9df9c42f06a24b94d47c95c63
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Feb 28 14:23:19 2013 -0500

    workspace: Remove unused variable
    
    This typo seems to have been here since the very beginning;
    no "state" variable appears anywhere.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694902

 js/ui/workspace.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index 3de61f0..14a1057 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -672,7 +672,7 @@ const LayoutStrategy = new Lang.Class({
     computeWindowSlots: function(layout, area) {
         this._computeRowSizes(layout);
 
-        let { rows: rows, scale: scale, state: state } = layout;
+        let { rows: rows, scale: scale } = layout;
 
         let slots = [];
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]