inspector: Drop an unused widget

This commit is contained in:
Matthias Clasen 2014-05-16 20:49:06 -04:00
parent 8c15389d76
commit 2bf654b352
2 changed files with 0 additions and 9 deletions

View File

@ -33,7 +33,6 @@ enum
struct _GtkInspectorActionsPrivate
{
GtkListStore *model;
GtkWidget *prefix_label;
GHashTable *groups;
GHashTable *iters;
};
@ -258,7 +257,6 @@ gtk_inspector_actions_class_init (GtkInspectorActionsClass *klass)
gtk_widget_class_set_template_from_resource (widget_class, "/org/gtk/inspector/actions.ui");
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, model);
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, prefix_label);
gtk_widget_class_bind_template_callback (widget_class, state_edited);
}

View File

@ -12,13 +12,6 @@
</object>
<template class="GtkInspectorActions" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="prefix_label">
<property name="visible">True</property>
<property name="halign">start</property>
<property name="margin">20</property>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>