[gtk+] inspector: Drop an unused widget
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] inspector: Drop an unused widget
- Date: Sat, 17 May 2014 01:56:21 +0000 (UTC)
commit 2bf654b35201ae24bb6086d56d5b4ee3375f08be
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 16 20:49:06 2014 -0400
inspector: Drop an unused widget
gtk/inspector/actions.c | 2 --
gtk/inspector/actions.ui | 7 -------
2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gtk/inspector/actions.c b/gtk/inspector/actions.c
index ab83594..ae3e345 100644
--- a/gtk/inspector/actions.c
+++ b/gtk/inspector/actions.c
@@ -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);
}
diff --git a/gtk/inspector/actions.ui b/gtk/inspector/actions.ui
index 37776f0..0ffa560 100644
--- a/gtk/inspector/actions.ui
+++ b/gtk/inspector/actions.ui
@@ -13,13 +13,6 @@
<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>
<property name="expand">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]