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
path: root/text/wrap
diff options
context:
space:
mode:
Diffstat (limited to 'text/wrap')
-rw-r--r--text/wrap/src/gsttextwrap.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/text/wrap/src/gsttextwrap.rs b/text/wrap/src/gsttextwrap.rs
index a9c851cb7..ec2a57113 100644
--- a/text/wrap/src/gsttextwrap.rs
+++ b/text/wrap/src/gsttextwrap.rs
@@ -330,8 +330,6 @@ impl ObjectSubclass for TextWrap {
}
impl ObjectImpl for TextWrap {
- glib_object_impl!();
-
fn constructed(&self, obj: &glib::Object) {
self.parent_constructed(obj);