diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-01 16:59:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-05 16:08:57 -0400 |
commit | 3459dc480a34d3b01104f1987e76bcc32d0caa3d (patch) | |
tree | 86dff0aca1174d757cb3bf1866dc2e59b9a640cf /gtk/a11y/gtkexpanderaccessible.c | |
parent | 209a2d1ba02e17ad56af4c56293129686d4ca96c (diff) | |
download | gtk+-3459dc480a34d3b01104f1987e76bcc32d0caa3d.tar.gz |
Convert Gail(Sub)MenuItem to GtkAccessible classes
This is along the same lines as the previous commit,
with the same caveat.
Diffstat (limited to 'gtk/a11y/gtkexpanderaccessible.c')
-rw-r--r-- | gtk/a11y/gtkexpanderaccessible.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/a11y/gtkexpanderaccessible.c b/gtk/a11y/gtkexpanderaccessible.c index 105dfac2fe..ab599f9d24 100644 --- a/gtk/a11y/gtkexpanderaccessible.c +++ b/gtk/a11y/gtkexpanderaccessible.c @@ -243,7 +243,6 @@ static const gchar * gtk_expander_accessible_get_keybinding (AtkAction *action, gint i) { - GtkExpanderAccessible *expander; gchar *return_value = NULL; GtkWidget *widget; GtkWidget *label; @@ -255,8 +254,6 @@ gtk_expander_accessible_get_keybinding (AtkAction *action, if (i != 0) return NULL; - expander = GTK_EXPANDER_ACCESSIBLE (action); - label = gtk_expander_get_label_widget (GTK_EXPANDER (widget)); if (GTK_IS_LABEL (label)) { |