workspace: Remove unused zooming property
We no longer support zooming. https://bugzilla.gnome.org/show_bug.cgi?id=703304
This commit is contained in:
parent
9e3592ebf3
commit
867695eb4f
@ -127,7 +127,7 @@ const WindowClone = new Lang.Class({
|
||||
if (this._stackAbove == null)
|
||||
return null;
|
||||
|
||||
if (this.inDrag || this._zooming) {
|
||||
if (this.inDrag) {
|
||||
if (this._stackAbove._delegate)
|
||||
return this._stackAbove._delegate.getActualStackAbove();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user