Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Dec 22, 2024
1 parent ea65e2c commit dd5e198
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ namespace Gala {
private bool animating_switch_workspace = false;
private bool switch_workspace_with_gesture = false;

private signal void window_created (Meta.Window window);

/**
* Amount of pixels to move on the nudge animation.
*/
Expand Down Expand Up @@ -381,8 +379,6 @@ namespace Gala {

update_input_area ();

display.window_created.connect ((window) => window_created (window));

var scroll_action = new SuperScrollAction (display);
scroll_action.triggered.connect (handle_super_scroll);
stage.add_action_full ("wm-super-scroll-action", CAPTURE, scroll_action);
Expand Down

0 comments on commit dd5e198

Please sign in to comment.