summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-06-15 18:03:59 +0200
committerBenjamin Otte <otte@redhat.com>2014-08-16 19:39:44 +0200
commit7e5b58c72739c23533a18f47da771640340eecc2 (patch)
treeff6d2637cc4b61f91146a5ac03c68fb05ad8afda /gtk/gtkstylecontext.h
parent04c90d44cc40bb64fcc5d8715d56b25c2034ec8e (diff)
downloadgtk+-7e5b58c72739c23533a18f47da771640340eecc2.tar.gz
stylecontext: Move private a11y function to private header
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 8bb499395b..7f11b1ad4f 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -1254,11 +1254,6 @@ void gtk_draw_insertion_cursor (GtkWidget *widget,
GtkTextDirection direction,
gboolean draw_arrow);
-/* Accessibility support */
-AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes,
- GtkStyleContext *context,
- GtkStateFlags flags);
-
G_END_DECLS
#endif /* __GTK_STYLE_CONTEXT_H__ */