summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-28 19:02:18 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-04-28 22:21:09 +0000
commit3b62d9c027186fe0fddfb9d61fdf43c4d1d1483a (patch)
treedf34dfd0549234132fb5afe7f259be12c1dcf903 /gtk/gtkwindow.h
parentc92938b378a113bfa310312a10b84ba4a5cc981e (diff)
downloadgtk+-3b62d9c027186fe0fddfb9d61fdf43c4d1d1483a.tar.gz
Drop gtk_window_activate_focus
This api wasn't used anywhere in GTK. And since we've dropped the variant for the default widget, this one should go too. If it is needed, it should become and action too.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 3a06f4b422..7f1f429c32 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -158,8 +158,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_window_set_position (GtkWindow *window,
GtkWindowPosition position);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_window_activate_focus (GtkWindow *window);
-GDK_AVAILABLE_IN_ALL
void gtk_window_set_focus (GtkWindow *window,
GtkWidget *focus);
GDK_AVAILABLE_IN_ALL