Skip to content

Commit d74d12e

Browse files
committed
?
1 parent 209644c commit d74d12e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/HidableWindow.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public class Gala.HidableWindow : GLib.Object {
2222
}
2323

2424
construct {
25-
return_if_fail (window != null);
26-
2725
var rect = window.get_frame_rect ();
2826
actual_x = rect.x;
2927
actual_y = rect.y;

0 commit comments

Comments
 (0)