From 1fcbc5b9e92da38ed5ec4bf407e9324cb8e2fcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 5 Feb 2017 17:11:24 +0100 Subject: [PATCH] gtkcontainerprivate: Remove unused function prototypes --- gtk/gtkcontainerprivate.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h index a0569f2812..5cd640da69 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);