[gtk+] gtkcontainerprivate: Remove unused function prototypes



commit 1fcbc5b9e92da38ed5ec4bf407e9324cb8e2fcd7
Author: Timm Bäder <mail baedert org>
Date:   Sun Feb 5 17:11:24 2017 +0100

    gtkcontainerprivate: Remove unused function prototypes

 gtk/gtkcontainerprivate.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h
index a0569f2..5cd640d 100644
--- a/gtk/gtkcontainerprivate.h
+++ b/gtk/gtkcontainerprivate.h
@@ -28,15 +28,11 @@ G_BEGIN_DECLS
 
 void     gtk_container_queue_resize_handler    (GtkContainer *container);
 void     _gtk_container_queue_restyle          (GtkContainer *container);
-void     _gtk_container_clear_resize_widgets   (GtkContainer *container);
-gchar*   _gtk_container_child_composite_name   (GtkContainer *container,
-                                                GtkWidget    *child);
 void     _gtk_container_dequeue_resize_handler (GtkContainer *container);
 GList *  _gtk_container_focus_sort             (GtkContainer     *container,
                                                 GList            *children,
                                                 GtkDirectionType  direction,
                                                 GtkWidget        *old_focus);
-gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container);
 
 void      _gtk_container_stop_idle_sizer        (GtkContainer *container);
 void      _gtk_container_maybe_start_idle_sizer (GtkContainer *container);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]