fix warning

This commit is contained in:
CJ Pais 2025-10-09 10:58:23 -07:00
parent d15fabf887
commit 9ff3f12ce0

View file

@ -7,7 +7,6 @@ pub fn get_cpal_host() -> cpal::Host {
}
#[cfg(not(target_os = "linux"))]
{
use cpal::traits::HostTrait;
cpal::default_host()
}
}