[gtk+] gtk: remove declarations of removed internal functions
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+] gtk: remove declarations of removed internal functions
- Date: Fri, 29 Oct 2010 18:25:39 +0000 (UTC)
commit 8154a5930dab5f9a75132d82d867273e4b776120
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 29 13:19:22 2010 +0200
    gtk: remove declarations of removed internal functions
 gtk/gtkhbbox.h |    5 -----
 gtk/gtkvbbox.h |    5 -----
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h
index f0aec6e..c6f9023 100644
--- a/gtk/gtkhbbox.h
+++ b/gtk/gtkhbbox.h
@@ -62,11 +62,6 @@ struct _GtkHButtonBoxClass
 GType      gtk_hbutton_box_get_type (void) G_GNUC_CONST;
 GtkWidget* gtk_hbutton_box_new      (void);
 
-/* buttons can be added by gtk_container_add() */
-
-/* private API */
-GtkButtonBoxStyle _gtk_hbutton_box_get_layout_default (void);
-
 G_END_DECLS
 
 #endif /* __GTK_HBUTTON_BOX_H__ */
diff --git a/gtk/gtkvbbox.h b/gtk/gtkvbbox.h
index c21be52..3c91a2e 100644
--- a/gtk/gtkvbbox.h
+++ b/gtk/gtkvbbox.h
@@ -63,11 +63,6 @@ struct _GtkVButtonBoxClass
 GType      gtk_vbutton_box_get_type (void) G_GNUC_CONST;
 GtkWidget *gtk_vbutton_box_new      (void);
 
-
-/* private API */
-GtkButtonBoxStyle _gtk_vbutton_box_get_layout_default (void);
-
-
 G_END_DECLS
 
 #endif /* __GTK_VBBOX_H__ */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]