inspector: Drop unused functions
The entire UI is constructed with templates, so the wrapper constructors are never called, except for gtk_inspector_window_new, which gets called from the GTK+ code.
This commit is contained in:
@ -52,12 +52,6 @@ gtk_inspector_object_hierarchy_class_init (GtkInspectorObjectHierarchyClass *kla
|
||||
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorObjectHierarchy, tree);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
gtk_inspector_object_hierarchy_new (void)
|
||||
{
|
||||
return GTK_WIDGET (g_object_new (GTK_TYPE_INSPECTOR_OBJECT_HIERARCHY, NULL));
|
||||
}
|
||||
|
||||
void
|
||||
gtk_inspector_object_hierarchy_set_object (GtkInspectorObjectHierarchy *oh,
|
||||
GObject *object)
|
||||
|
Reference in New Issue
Block a user