summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.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/gtkassistant.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/gtkassistant.h')
-rw-r--r--gtk/gtkassistant.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h
index 3851204933..76f76ddda1 100644
--- a/gtk/gtkassistant.h
+++ b/gtk/gtkassistant.h
@@ -156,7 +156,6 @@ void gtk_assistant_set_page_title (GtkAssistant
const gchar * gtk_assistant_get_page_title (GtkAssistant *assistant,
GtkWidget *page);
-#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
GDK_DEPRECATED
void gtk_assistant_set_page_header_image (GtkAssistant *assistant,
GtkWidget *page,
@@ -171,7 +170,6 @@ void gtk_assistant_set_page_side_image (GtkAssistant
GDK_DEPRECATED
GdkPixbuf *gtk_assistant_get_page_side_image (GtkAssistant *assistant,
GtkWidget *page);
-#endif
void gtk_assistant_set_page_complete (GtkAssistant *assistant,
GtkWidget *page,