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:
Piotr Brzeziński 2024-08-29 14:12:01 +03:00 committed by GStreamer Marge Bot
parent c818778ad7
commit 9bb441880d
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ where
delegate,
};
use objc::{
class, msg_send,
msg_send,
runtime::{Object, Sel},
sel, sel_impl,
};

View file

@ -29,7 +29,7 @@ where
delegate,
};
use objc::{
class, msg_send,
msg_send,
runtime::{Object, Sel},
sel, sel_impl,
};