remove drop for process controller

This commit is contained in:
jb-alvarado 2022-05-25 18:00:00 +02:00
parent ed5ab292e4
commit 520c9d4331

View File

@ -151,11 +151,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)]