Skip to content

Commit

Permalink
WindowTracker: Remove unused connection to notify["focus-window"] (#1592
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lenemter committed Mar 29, 2023
1 parent 5b91f91 commit e9d5370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/WindowTracker.vala
Expand Up @@ -28,8 +28,7 @@ public class Gala.WindowTracker : GLib.Object {
}

private void init_window_tracking (Meta.Display display) {
display.notify["focus-window"].connect (() => {});
display.window_created.connect ((window) => track_window (window));
display.window_created.connect (track_window);
}

private void on_startup_sequence_changed (Meta.StartupSequence sequence) {
Expand Down

0 comments on commit e9d5370

Please sign in to comment.