searchenginemodel: Drop unneeded deprecation guards
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 Oct 2022 01:05:03 +0000 (21:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 Oct 2022 01:48:39 +0000 (21:48 -0400)
Nothing deprecated is used here anymore.

gtk/gtksearchenginemodel.c

index 6d174b1ed03966dabb0da5fbd3c718143f21345b..d43ff0be6f51ba2f0617661ec2f11f5973b4c93a 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <string.h>
 
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-
 struct _GtkSearchEngineModel
 {
   GtkSearchEngine parent;