From: Matthias Clasen Date: Sat, 22 Oct 2022 01:05:03 +0000 (-0400) Subject: searchenginemodel: Drop unneeded deprecation guards X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~141^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01cca279f978b58b157e09e54895cd925fa0d143;p=gtk4.git searchenginemodel: Drop unneeded deprecation guards Nothing deprecated is used here anymore. --- 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;