placesview: Drop deprecation guards
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 Oct 2022 01:11:46 +0000 (21:11 -0400)
committerMatthias 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

index 9684b0b0e8a8402a952199d1394aade9ec9174d4..0c588806812b892af1b511ef4c3e4c161af0b50f 100644 (file)
@@ -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)
 {