From 69717424f72d547d281ef7f952a3f7d99d6813ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Mar 2022 23:55:57 +0100 Subject: [PATCH] workspaceThumbnail: Remove unused properties Those aren't used anymore since the switch to connectObject(). Part-of: --- js/ui/workspaceThumbnail.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/ui/workspaceThumbnail.js b/js/ui/workspaceThumbnail.js index 85456fb47..cb8a19188 100644 --- a/js/ui/workspaceThumbnail.js +++ b/js/ui/workspaceThumbnail.js @@ -674,10 +674,6 @@ var ThumbnailsBox = GObject.registerClass({ }); this.connect('destroy', () => this._onDestroy()); - this._nWorkspacesNotifyId = 0; - this._activeWorkspaceChangedId = 0; - this._syncStackingId = 0; - this._scrollAdjustment = scrollAdjustment; this._scrollAdjustment.connectObject('notify::value', () => this._updateIndicator(), this);