diff options
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 6725a80e25..f55950315a 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -158,9 +158,6 @@ GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_child (GtkContainer *container, GtkWidget *child); GDK_AVAILABLE_IN_ALL -GtkWidget * - gtk_container_get_focus_child (GtkContainer *container); -GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_vadjustment (GtkContainer *container, GtkAdjustment *adjustment); GDK_AVAILABLE_IN_ALL |