region: Remove unused finalize function
This commit is contained in:
parent
81a227558b
commit
cc172a4754
1 changed files with 0 additions and 7 deletions
|
@ -72,12 +72,6 @@ cc_region_panel_dispose (GObject * object)
|
||||||
G_OBJECT_CLASS (cc_region_panel_parent_class)->dispose (object);
|
G_OBJECT_CLASS (cc_region_panel_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
cc_region_panel_finalize (GObject * object)
|
|
||||||
{
|
|
||||||
G_OBJECT_CLASS (cc_region_panel_parent_class)->finalize (object);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
cc_region_panel_class_init (CcRegionPanelClass * klass)
|
cc_region_panel_class_init (CcRegionPanelClass * klass)
|
||||||
{
|
{
|
||||||
|
@ -88,7 +82,6 @@ cc_region_panel_class_init (CcRegionPanelClass * klass)
|
||||||
object_class->get_property = cc_region_panel_get_property;
|
object_class->get_property = cc_region_panel_get_property;
|
||||||
object_class->set_property = cc_region_panel_set_property;
|
object_class->set_property = cc_region_panel_set_property;
|
||||||
object_class->dispose = cc_region_panel_dispose;
|
object_class->dispose = cc_region_panel_dispose;
|
||||||
object_class->finalize = cc_region_panel_finalize;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue