summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainerprivate.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-06-25 19:01:41 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-07-19 21:27:14 -0400
commitf9f6f3027df579fef6f78abeddc62bb138b47ad3 (patch)
tree1fdef224f0923f64416bda1c1881d4c9cc20b159 /gtk/gtkcontainerprivate.h
parent27202ff6cb47d21201567631c6404a4ebe3a81b5 (diff)
downloadgtk+-f9f6f3027df579fef6f78abeddc62bb138b47ad3.tar.gz
container: Remove get_children_clip
Unused.
Diffstat (limited to 'gtk/gtkcontainerprivate.h')
-rw-r--r--gtk/gtkcontainerprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h
index a737744628..fdbb5d4b7c 100644
--- a/gtk/gtkcontainerprivate.h
+++ b/gtk/gtkcontainerprivate.h
@@ -36,8 +36,6 @@ GList * _gtk_container_focus_sort (GtkContainer *container,
void _gtk_container_stop_idle_sizer (GtkContainer *container);
void _gtk_container_maybe_start_idle_sizer (GtkContainer *container);
-void gtk_container_get_children_clip (GtkContainer *container,
- GtkAllocation *out_clip);
void gtk_container_set_focus_child (GtkContainer *container,
GtkWidget *child);