[gtk+/treeview-refactor] gtk: remove declarations of removed internal functions
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor] gtk: remove declarations of removed internal functions
- Date: Sat, 30 Oct 2010 08:33:47 +0000 (UTC)
commit 34627a6371978157a93100e88d86e267e71ce29a
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]