diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 930b720b3..29d1c65f1 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -854,16 +854,6 @@ class WorkspacesDisplay extends St.Widget { this._leavingOverview = false; this._gestureActive = false; // touch(pad) gestures - - this.connect('destroy', this._onDestroy.bind(this)); - } - - _onDestroy() { - if (this._parentSetLater) { - const laters = global.compositor.get_laters(); - laters.remove(this._parentSetLater); - this._parentSetLater = 0; - } } _windowDragBegin() {