Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-05-30 11:15:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-05-30 11:15:33 +0300
commit13d3fd1cc86c919a7ccff44b4da52b00d3582f31 (patch)
tree8468a85663bb75122adfb4a4c23507019b2a4112 /tutorial
parent83b059624211f2f77fdf200d54cf7a84061a96f4 (diff)
Remove now unneeded gobject_sys imports
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/src/progressbin.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/src/progressbin.rs b/tutorial/src/progressbin.rs
index 6b794d9d3..dbc591ceb 100644
--- a/tutorial/src/progressbin.rs
+++ b/tutorial/src/progressbin.rs
@@ -6,7 +6,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-use glib::gobject_sys;
use glib::prelude::*;
use glib::subclass;
use glib::subclass::prelude::*;