windowPreview: Remove slotId property
We're no longer using that property, so clean up a bit and remove the last occurences of it. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1351
This commit is contained in:
@ -229,7 +229,6 @@ var WindowPreview = GObject.registerClass({
|
||||
|
||||
this._delegate = this;
|
||||
|
||||
this.slotId = 0;
|
||||
this._stackAbove = null;
|
||||
|
||||
this._windowContainer.layout_manager.connect(
|
||||
|
Reference in New Issue
Block a user