From 01cca279f978b58b157e09e54895cd925fa0d143 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Oct 2022 21:05:03 -0400 Subject: [PATCH] searchenginemodel: Drop unneeded deprecation guards Nothing deprecated is used here anymore. --- gtk/gtksearchenginemodel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtksearchenginemodel.c b/gtk/gtksearchenginemodel.c index 6d174b1ed0..d43ff0be6f 100644 --- a/gtk/gtksearchenginemodel.c +++ b/gtk/gtksearchenginemodel.c @@ -29,8 +29,6 @@ #include -G_GNUC_BEGIN_IGNORE_DEPRECATIONS - struct _GtkSearchEngineModel { GtkSearchEngine parent; -- 2.30.2