window-list: Remove some dead code

The code that connected the signal was removed in 9fa522c29a.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/263>
This commit is contained in:
Florian Müllner
2023-07-09 18:33:52 +02:00
parent 9365725246
commit 37baccd9fc
-4
View File
@@ -314,10 +314,6 @@ export class WindowPicker extends Clutter.Actor {
if (this._origWorkspaceBackground)
Workspace.WorkspaceBackground = this._origWorkspaceBackground;
if (this._monitorsChangedId)
Main.layoutManager.disconnect(this._monitorsChangedId);
this._monitorsChangedId = 0;
if (this._overlayKeyId)
global.display.disconnect(this._overlayKeyId);
this._overlayKeyId = 0;