remove drop

This commit is contained in:
jb-alvarado 2023-02-20 22:13:00 +01:00
parent b4004d7d8b
commit 272fa91d03

View File

@ -162,11 +162,11 @@ impl ProcessControl {
}
}
impl Drop for ProcessControl {
fn drop(&mut self) {
self.kill_all()
}
}
// impl Drop for ProcessControl {
// fn drop(&mut self) {
// self.kill_all()
// }
// }
/// Global player control, to get infos about current clip etc.
#[derive(Clone)]