layout: Remove stray reference to parentSetId
This was removed in a4dea25d76
.
This commit is contained in:
parent
ba459f4d20
commit
32110a9866
@ -853,7 +853,6 @@ const LayoutManager = new Lang.Class({
|
||||
this._trackedActors.splice(i, 1);
|
||||
actor.disconnect(actorData.visibleId);
|
||||
actor.disconnect(actorData.allocationId);
|
||||
actor.disconnect(actorData.parentSetId);
|
||||
actor.disconnect(actorData.destroyId);
|
||||
|
||||
this._queueUpdateRegions();
|
||||
|
Loading…
Reference in New Issue
Block a user