overlay: Remove empty finalize implementation

This commit is contained in:
Timm Bäder 2020-10-13 05:36:03 +02:00 committed by Matthias Clasen
parent 20bd8e56ee
commit 211d669ae7

View File

@ -117,14 +117,6 @@ gtk_overlay_layout_child_get_property (GObject *gobject,
}
}
static void
gtk_overlay_layout_child_finalize (GObject *gobject)
{
//GtkOverlayLayoutChild *self = GTK_OVERLAY_LAYOUT_CHILD (gobject);
G_OBJECT_CLASS (gtk_overlay_layout_child_parent_class)->finalize (gobject);
}
static void
gtk_overlay_layout_child_class_init (GtkOverlayLayoutChildClass *klass)
{
@ -132,7 +124,6 @@ gtk_overlay_layout_child_class_init (GtkOverlayLayoutChildClass *klass)
gobject_class->set_property = gtk_overlay_layout_child_set_property;
gobject_class->get_property = gtk_overlay_layout_child_get_property;
gobject_class->finalize = gtk_overlay_layout_child_finalize;
/**
* GtkOverlayLayoutChild:measure: