workspace: Remove unused properties of WindowClone

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/683
This commit is contained in:
Jonas Dreßler 2019-08-19 11:54:42 +02:00 committed by Florian Müllner
parent 5f10047b58
commit 5c3f4f5f8b

View File

@ -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');
}