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:
Matthias Clasen
2014-05-15 00:14:37 -04:00
parent 75d49675f3
commit 42dc501133
24 changed files with 0 additions and 94 deletions

View File

@ -122,10 +122,4 @@ gtk_inspector_actions_class_init (GtkInspectorActionsClass *klass)
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, prefix_label);
}
GtkWidget *
gtk_inspector_actions_new (void)
{
return GTK_WIDGET (g_object_new (GTK_TYPE_INSPECTOR_ACTIONS, NULL));
}
// vim: set et sw=2 ts=2: