From: Matthias Clasen Date: Sat, 22 Oct 2022 01:11:46 +0000 (-0400) Subject: placesview: Drop deprecation guards X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~141^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2868f1b50914521d6119fe5b770658a0eade83a8;p=gtk4.git placesview: Drop deprecation guards We got rid of all deprecated api here. --- diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c index 9684b0b0e8..0c58880681 100644 --- 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) {