mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +00:00
Remove unused imports in example/tutorial macOS code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1512>
This commit is contained in:
parent
c818778ad7
commit
9bb441880d
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ where
|
|||
delegate,
|
||||
};
|
||||
use objc::{
|
||||
class, msg_send,
|
||||
msg_send,
|
||||
runtime::{Object, Sel},
|
||||
sel, sel_impl,
|
||||
};
|
||||
|
|
|
@ -29,7 +29,7 @@ where
|
|||
delegate,
|
||||
};
|
||||
use objc::{
|
||||
class, msg_send,
|
||||
msg_send,
|
||||
runtime::{Object, Sel},
|
||||
sel, sel_impl,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue