diff options
author | Timm Bäder <mail@baedert.org> | 2017-08-25 14:52:14 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-08-25 14:53:09 +0200 |
commit | e26b60d48cc29a319b3ccc6c92157d9da1f9ceba (patch) | |
tree | 84704086c4f8a569143c1daa5d0ac84a5090c70b /gtk/gtkcontainer.h | |
parent | 6bae8aa0cf8bf3b612c99a33495baf92818fecda (diff) | |
download | gtk+-e26b60d48cc29a319b3ccc6c92157d9da1f9ceba.tar.gz |
container: Remove leftover prototype
Thanks to Murray Cumming.
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index e56736fe33..eb19f90976 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -138,11 +138,6 @@ GDK_AVAILABLE_IN_ALL GList* gtk_container_get_children (GtkContainer *container); GDK_AVAILABLE_IN_ALL -void gtk_container_propagate_draw (GtkContainer *container, - GtkWidget *child, - cairo_t *cr); - -GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_chain (GtkContainer *container, GList *focusable_widgets); GDK_AVAILABLE_IN_ALL |