projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44570e
)
placesview: Drop deprecation guards
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 22 Oct 2022 01:11:46 +0000
(21:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 22 Oct 2022 01:48:39 +0000
(21:48 -0400)
We got rid of all deprecated api here.
gtk/gtkplacesview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacesview.c
b/gtk/gtkplacesview.c
index 9684b0b0e8a8402a952199d1394aade9ec9174d4..0c588806812b892af1b511ef4c3e4c161af0b50f 100644
(file)
--- a/
gtk/gtkplacesview.c
+++ b/
gtk/gtkplacesview.c
@@
-520,8
+520,6
@@
on_remove_server_button_clicked (RemoveServerData *data)
populate_servers (data->view);
}
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-
static void
populate_servers (GtkPlacesView *view)
{
@@
-617,8
+615,6
@@
populate_servers (GtkPlacesView *view)
g_bookmark_file_free (server_list);
}
-G_GNUC_END_IGNORE_DEPRECATIONS
-
static void
update_view_mode (GtkPlacesView *view)
{