summaryrefslogtreecommitdiff
path: root/gtk/gtk.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/gtk.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/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index fdba38201f..8ac61c98f6 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -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__