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
This commit is contained in:
Jasper St. Pierre 2013-02-28 14:23:19 -05:00
parent d58b715c52
commit 6e15e2d72a

View File

@ -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 = [];