diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-09 22:02:42 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-09 22:02:42 -0500 |
commit | a78ab0cfa1d5e5e15d505bce0761a00708400ce3 (patch) | |
tree | 98b9f748a756937f961c482b3e2380bc481c165f /gtk/gtkbindings.h | |
parent | b3e13bd0a831c76b40ea470043e4d0da11229c0f (diff) | |
download | gtk+-a78ab0cfa1d5e5e15d505bce0761a00708400ce3.tar.gz |
Drop use of GDK_DISABLE_DEPRECATED guards in gtk
We now use function attributes for deprecation so the build-breaking
guards are no longer needed.
Diffstat (limited to 'gtk/gtkbindings.h')
-rw-r--r-- | gtk/gtkbindings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h index 1ac34ef3c9..0ebca6e5cd 100644 --- a/gtk/gtkbindings.h +++ b/gtk/gtkbindings.h @@ -180,13 +180,11 @@ void gtk_binding_entry_remove (GtkBindingSet *binding_set, guint keyval, GdkModifierType modifiers); -#ifndef GTK_DISABLE_DEPRECATED GDK_DEPRECATED void gtk_binding_set_add_path (GtkBindingSet *binding_set, GtkPathType path_type, const gchar *path_pattern, GtkPathPriorityType priority); -#endif G_END_DECLS |