remove drop for process controller
This commit is contained in:
parent
ed5ab292e4
commit
520c9d4331
@ -151,11 +151,11 @@ impl ProcessControl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Drop for ProcessControl {
|
// impl Drop for ProcessControl {
|
||||||
fn drop(&mut self) {
|
// fn drop(&mut self) {
|
||||||
self.kill_all()
|
// self.kill_all()
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
/// Global player control, to get infos about current clip etc.
|
/// Global player control, to get infos about current clip etc.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user