summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-04-22 22:16:27 +0200
committerTimm Bäder <mail@baedert.org>2017-04-25 20:30:37 +0200
commitf053a63d7480d1b15e4d556ba48461ee3426dc49 (patch)
tree0cb40b0a560d66463d372fa03c7770a270652a16 /gtk/gtkframe.c
parent066c1983ba2c6f1f891e600c561ab03eac2074a6 (diff)
downloadgtk+-f053a63d7480d1b15e4d556ba48461ee3426dc49.tar.gz
container: Remove include_internals parameter from forall
with include_internals=TRUE, this is the same as the (still private) gtk_widget_forall, or just using the children/sibling accessors in a loop.
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r--gtk/gtkframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 9c7ec9392c..0a5ae21d81 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -128,7 +128,6 @@ static void gtk_frame_size_allocate (GtkWidget *widget,
static void gtk_frame_remove (GtkContainer *container,
GtkWidget *child);
static void gtk_frame_forall (GtkContainer *container,
- gboolean include_internals,
GtkCallback callback,
gpointer callback_data);
@@ -399,7 +398,6 @@ gtk_frame_remove (GtkContainer *container,
static void
gtk_frame_forall (GtkContainer *container,
- gboolean include_internals,
GtkCallback callback,
gpointer callback_data)
{