summaryrefslogtreecommitdiff
path: root/gtk/gtkhbbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkhbbox.h')
-rw-r--r--gtk/gtkhbbox.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h
index 25eecba106..f0aec6e8dd 100644
--- a/gtk/gtkhbbox.h
+++ b/gtk/gtkhbbox.h
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
@@ -64,14 +64,6 @@ GtkWidget* gtk_hbutton_box_new (void);
/* buttons can be added by gtk_container_add() */
-#ifndef GTK_DISABLE_DEPRECATED
-gint gtk_hbutton_box_get_spacing_default (void);
-GtkButtonBoxStyle gtk_hbutton_box_get_layout_default (void);
-
-void gtk_hbutton_box_set_spacing_default (gint spacing);
-void gtk_hbutton_box_set_layout_default (GtkButtonBoxStyle layout);
-#endif
-
/* private API */
GtkButtonBoxStyle _gtk_hbutton_box_get_layout_default (void);