Skip to content

Commit 0ff3716

Browse files
Update src/WindowManager.vala
Co-authored-by: Leonhard <[email protected]>
1 parent f2c4011 commit 0ff3716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WindowManager.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,6 @@ namespace Gala {
13121312
}
13131313

13141314
private void maximize (Meta.WindowActor actor, int ex, int ey, int ew, int eh) {
1315-
warning ("Maximize");
13161315

13171316
unowned var window = actor.get_meta_window ();
13181317
if (window.maximized_horizontally && behavior_settings.get_boolean ("move-maximized-workspace")

0 commit comments

Comments
 (0)