audio/video: Fix more unused imports

TODO: How about use glib::translate::*;?
This commit is contained in:
Marijn Suijten 2020-11-15 16:10:04 +01:00
parent 82b4726bb7
commit bb8e7c3e8f
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,8 @@
use std::ffi::CStr;
use std::str;
use glib::translate::{from_glib, FromGlib, ToGlib, ToGlibPtr};
use glib::translate::{from_glib, ToGlib};
use once_cell::sync::Lazy;
#[cfg(feature = "v1_18")]

View file

@ -10,7 +10,7 @@ use once_cell::sync::Lazy;
use std::ffi::CStr;
use std::str;
use glib::translate::{from_glib, FromGlib, ToGlib, ToGlibPtr};
use glib::translate::{from_glib, FromGlib, ToGlib};
#[cfg(feature = "v1_18")]
pub static VIDEO_FORMATS_ALL: Lazy<Box<[crate::VideoFormat]>> = Lazy::new(|| unsafe {