fix warning
This commit is contained in:
parent
d15fabf887
commit
9ff3f12ce0
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ pub fn get_cpal_host() -> cpal::Host {
|
||||||
}
|
}
|
||||||
#[cfg(not(target_os = "linux"))]
|
#[cfg(not(target_os = "linux"))]
|
||||||
{
|
{
|
||||||
use cpal::traits::HostTrait;
|
|
||||||
cpal::default_host()
|
cpal::default_host()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue