mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-01 14:58:42 +00:00
Remove unused TimeMapping
struct
This commit is contained in:
parent
c221e9e870
commit
ddb3bde942
1 changed files with 0 additions and 19 deletions
|
@ -249,14 +249,6 @@ impl Default for ObservationsInner {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
struct TimeMapping {
|
||||
xbase: u64,
|
||||
b: u64,
|
||||
num: u64,
|
||||
den: u64,
|
||||
}
|
||||
|
||||
impl Observations {
|
||||
fn new() -> Self {
|
||||
Self(Arc::new(Mutex::new(ObservationsInner::default())))
|
||||
|
@ -431,17 +423,6 @@ impl Observations {
|
|||
}
|
||||
}
|
||||
|
||||
impl Default for TimeMapping {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
xbase: 0,
|
||||
b: 0,
|
||||
num: 0,
|
||||
den: 0,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ReceiverControlHandle {
|
||||
queue: ReceiverQueue,
|
||||
|
|
Loading…
Reference in a new issue