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:
parent
d58b715c52
commit
6e15e2d72a
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user