summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkexpanderaccessible.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-07-01 16:59:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-05 16:08:57 -0400
commit3459dc480a34d3b01104f1987e76bcc32d0caa3d (patch)
tree86dff0aca1174d757cb3bf1866dc2e59b9a640cf /gtk/a11y/gtkexpanderaccessible.c
parent209a2d1ba02e17ad56af4c56293129686d4ca96c (diff)
downloadgtk+-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.c3
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))
{