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:
@ -294,14 +294,6 @@ gtk_inspector_css_editor_class_init (GtkInspectorCssEditorClass *klass)
|
||||
gtk_widget_class_bind_template_callback (widget_class, text_changed);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
gtk_inspector_css_editor_new (gboolean global)
|
||||
{
|
||||
return GTK_WIDGET (g_object_new (GTK_TYPE_INSPECTOR_CSS_EDITOR,
|
||||
"global", global,
|
||||
NULL));
|
||||
}
|
||||
|
||||
static void
|
||||
remove_dead_object (gpointer data, GObject *dead_object)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user