Remove unused parameters from callbacks

This commit is contained in:
Elias Projahn 2025-02-16 16:30:24 +01:00
parent a8c66da52f
commit fca6ce841c
19 changed files with 35 additions and 37 deletions

View file

@ -164,7 +164,7 @@ impl MusicusWorkSelectorPopover {
}
#[template_callback]
fn back_button_clicked(&self, _: &gtk::Button) {
fn back_button_clicked(&self) {
self.imp()
.stack
.set_visible_child(&*self.imp().composer_view);