Skip to content

Commit

Permalink
wm: remove unnecessary _update_window_geometry() call
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Sep 6, 2022
1 parent 790f0fc commit 3523aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wm.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ var WindowManager = GObject.registerClass(
});

this._setup_maximized_handlers();
this._update_window_geometry(true);

const mapped = this._current_window_mapped();
if (!mapped) {
Expand Down

0 comments on commit 3523aa0

Please sign in to comment.