No more once_cell

Fix system audio check that didn't work because the API returns ()
This commit is contained in:
Your Name
2023-02-19 22:27:19 -05:00
parent 9eb15a4a5f
commit a5d0729bba
7 changed files with 11 additions and 37 deletions

View File

@@ -23,9 +23,3 @@ impl IAudioSessionNotification_Impl for SessionNotification {
Ok(())
}
}
impl Drop for SessionNotification {
fn drop(&mut self) {
println!("SN drop");
}
}