1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 08:29:37 +00:00

Eliminate a warning.

This commit is contained in:
Nolan Darilek 2020-08-13 06:58:16 -05:00
parent cc2a4c12f7
commit 2d0ab8889a

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!()
}