mirror of
https://github.com/italicsjenga/ableton-rack-converter.git
synced 2024-11-22 07:01:30 +11:00
fix unused variable warning
This commit is contained in:
parent
8a748e4321
commit
30a75a7bfc
|
@ -56,4 +56,4 @@ fn fix_scenes(node: &mut RefNode, parent: &mut RefNode) {
|
|||
.expect("Couldn't append new child node");
|
||||
}
|
||||
|
||||
fn fix_overwrite_protection(node: &mut RefNode) {}
|
||||
fn fix_overwrite_protection(_node: &mut RefNode) {}
|
||||
|
|
Loading…
Reference in a new issue