summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-09 22:02:42 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-11-09 22:02:42 -0500
commita78ab0cfa1d5e5e15d505bce0761a00708400ce3 (patch)
tree98b9f748a756937f961c482b3e2380bc481c165f /gtk/gtkbindings.h
parentb3e13bd0a831c76b40ea470043e4d0da11229c0f (diff)
downloadgtk+-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.h2
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