Skip to content

Commit 6e7a540

Browse files
authored
Merge branch 'main' into lenemter/wm-remove-bottom-animation
2 parents 725f181 + f9f85d1 commit 6e7a540

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/InternalUtils.vala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ namespace Gala {
9191
workspace_manager.thaw_remove ();
9292
}
9393

94-
public static inline bool get_window_is_normal (Meta.Window window) {
95-
switch (window.window_type) {
96-
case Meta.WindowType.NORMAL:
97-
case Meta.WindowType.DIALOG:
98-
case Meta.WindowType.MODAL_DIALOG:
99-
return true;
100-
default:
101-
return false;
102-
}
103-
}
104-
10594
public static Clutter.ActorBox actor_box_from_rect (float x, float y, float width, float height) {
10695
var actor_box = Clutter.ActorBox ();
10796
actor_box.init_rect (x, y, width, height);

0 commit comments

Comments
 (0)