diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-06-16 22:46:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-06-16 23:03:34 -0400 |
commit | a5c327bb02bf44282e2851692e8029df74dcc246 (patch) | |
tree | d596a00b20d16e1aba8d58c82cf3ba1bab2a7fd7 /gtk/gtkpopover.h | |
parent | bda5a8214b8ba542292b97b50b6a7d95b3085b3e (diff) | |
download | gtk+-a5c327bb02bf44282e2851692e8029df74dcc246.tar.gz |
popover: Drop unused api
The inspector is no longer using this
list model, so drop the api.
Diffstat (limited to 'gtk/gtkpopover.h')
-rw-r--r-- | gtk/gtkpopover.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkpopover.h b/gtk/gtkpopover.h index 301fa298f7..41b5956c9e 100644 --- a/gtk/gtkpopover.h +++ b/gtk/gtkpopover.h @@ -101,8 +101,6 @@ GDK_AVAILABLE_IN_ALL void gtk_popover_set_default_widget (GtkPopover *popover, GtkWidget *widget); -GDK_AVAILABLE_IN_ALL -GListModel * gtk_popover_get_popovers (void); G_END_DECLS |