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:
@ -50,7 +50,6 @@ typedef struct _GtkInspectorButtonPathClass
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GType gtk_inspector_button_path_get_type (void);
|
||||
GtkWidget *gtk_inspector_button_path_new (void);
|
||||
void gtk_inspector_button_path_set_object (GtkInspectorButtonPath *bp,
|
||||
GObject *object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user