Eliminate a warning.

This commit is contained in:
Nolan Darilek 2022-03-31 11:02:20 -05:00
parent ec6d1f74a1
commit c627583928
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ impl Backend for Android {
unimplemented!()
}
fn set_voice(&mut self, voice: &Voice) -> Result<(), Error> {
fn set_voice(&mut self, _voice: &Voice) -> Result<(), Error> {
unimplemented!()
}
}