workspace: Remove unused properties of WindowClone
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/683
This commit is contained in:
parent
5f10047b58
commit
5c3f4f5f8b
@ -412,8 +412,6 @@ var WindowClone = GObject.registerClass({
|
||||
|
||||
_onDragBegin(_draggable, _time) {
|
||||
this._dragSlot = this._slot;
|
||||
[this.dragOrigX, this.dragOrigY] = this.get_position();
|
||||
this.dragOrigScale = this.scale_x;
|
||||
this.inDrag = true;
|
||||
this.emit('drag-begin');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user