Skip to content

Commit 26486f9

Browse files
committed
Remove Source.CONTINUE
1 parent a0bfda8 commit 26486f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InternalUtils.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ namespace Gala {
358358
});
359359
}
360360

361-
return window_actor != null ? Source.REMOVE : Source.CONTINUE;
361+
return Source.REMOVE;
362362
});
363363
}
364364
}

0 commit comments

Comments
 (0)