mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-26 19:57:25 +01:00
Remove unused parameters from callbacks
This commit is contained in:
parent
a8c66da52f
commit
fca6ce841c
19 changed files with 35 additions and 37 deletions
|
|
@ -164,7 +164,7 @@ impl MusicusWorkSelectorPopover {
|
|||
}
|
||||
|
||||
#[template_callback]
|
||||
fn back_button_clicked(&self, _: >k::Button) {
|
||||
fn back_button_clicked(&self) {
|
||||
self.imp()
|
||||
.stack
|
||||
.set_visible_child(&*self.imp().composer_view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue