mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Eliminate a warning.
This commit is contained in:
parent
cc2a4c12f7
commit
2d0ab8889a
|
@ -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!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user