Eliminate a warning.

This commit is contained in:
Nolan Darilek 2020-08-13 06:58:16 -05:00
parent cc2a4c12f7
commit 2d0ab8889a
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ impl Backend for AppKit {
unimplemented!()
}
fn set_pitch(&mut self, pitch: f32) -> Result<(), Error> {
fn set_pitch(&mut self, _pitch: f32) -> Result<(), Error> {
unimplemented!()
}