searchenginemodel: Drop unneeded deprecation guards

Nothing deprecated is used here anymore.
This commit is contained in:
Matthias Clasen 2022-10-21 21:05:03 -04:00
parent a7cae4bffa
commit 01cca279f9

View File

@ -29,8 +29,6 @@
#include <string.h> #include <string.h>
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
struct _GtkSearchEngineModel struct _GtkSearchEngineModel
{ {
GtkSearchEngine parent; GtkSearchEngine parent;