fix unused variable warning

This commit is contained in:
Alex Janka 2022-07-11 12:15:19 +10:00
parent 8a748e4321
commit 30a75a7bfc

View file

@ -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) {}