WindowManager: Remove unneeded return (#1971)

This commit is contained in:
Leo 2024-07-08 08:57:47 +09:00 committed by GitHub
parent 812caffd6f
commit 563c8a0e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ namespace Gala {
});
}
private bool show_stage () {
private void show_stage () {
unowned Meta.Display display = get_display ();
screen_shield = new ScreenShield (this);
@ -377,8 +377,6 @@ namespace Gala {
display.get_context ().notify_ready ();
return GLib.Source.REMOVE;
});
return false;
}
private void update_ui_group_size () {