[librsvg: 21/38] Handle::constructed() - Removed; we can use the default implementation
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 21/38] Handle::constructed() - Removed; we can use the default implementation
- Date: Fri, 25 Jan 2019 19:39:08 +0000 (UTC)
commit b814b22d4ad51f3130b97a95d6144121b0d7765e
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Jan 23 11:21:29 2019 -0600
Handle::constructed() - Removed; we can use the default implementation
rsvg_internals/src/c_api.rs | 9 ---------
1 file changed, 9 deletions(-)
---
diff --git a/rsvg_internals/src/c_api.rs b/rsvg_internals/src/c_api.rs
index aac1dc0f..10dec2fd 100644
--- a/rsvg_internals/src/c_api.rs
+++ b/rsvg_internals/src/c_api.rs
@@ -216,13 +216,4 @@ impl ObjectImpl for Handle {
_ => unreachable!("invalid property id={} for RsvgHandle", id),
}
}
-
- fn constructed(&self, obj: &glib::Object) {
- // // Chain up to the parent type's implementation of this virtual
- // // method.
- // self.parent_constructed(obj);
- //
- // // And here we could do our own initialization.
- unimplemented!();
- }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]