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:
@ -141,13 +141,6 @@ gtk_inspector_widget_tree_class_init (GtkInspectorWidgetTreeClass *klass)
|
||||
gtk_widget_class_bind_template_callback (widget_class, on_widget_selected);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
gtk_inspector_widget_tree_new (void)
|
||||
{
|
||||
return g_object_new (GTK_TYPE_INSPECTOR_WIDGET_TREE, NULL);
|
||||
}
|
||||
|
||||
|
||||
GObject *
|
||||
gtk_inspector_widget_tree_get_selected_object (GtkInspectorWidgetTree *wt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user