mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07: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
|
|
@ -123,7 +123,7 @@ impl MusicusWorkEditorPartRow {
|
|||
}
|
||||
|
||||
#[template_callback]
|
||||
fn remove(&self, _: >k::Button) {
|
||||
fn remove(&self) {
|
||||
self.emit_by_name::<()>("remove", &[]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue