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/gtk.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/gtk.h')
-rw-r--r-- | gtk/gtk.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -221,7 +221,6 @@ #include <gtk/gtkwidgetpath.h> #include <gtk/gtkwindow.h> -#ifndef GTK_DISABLE_DEPRECATED #include <gtk/deprecated/gtkfontsel.h> #include <gtk/deprecated/gtkhandlebox.h> #include <gtk/deprecated/gtkhbbox.h> @@ -240,7 +239,6 @@ #include <gtk/deprecated/gtkvscale.h> #include <gtk/deprecated/gtkvscrollbar.h> #include <gtk/deprecated/gtkvseparator.h> -#endif #undef __GTK_H_INSIDE__ |