remove drop
This commit is contained in:
parent
b4004d7d8b
commit
272fa91d03
@ -162,11 +162,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…
Reference in New Issue
Block a user