workspace: Remove unused zooming property
We no longer support zooming. https://bugzilla.gnome.org/show_bug.cgi?id=703304
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user