From: Matthias Clasen Date: Sat, 22 Oct 2022 01:08:27 +0000 (-0400) Subject: filesystemmodel: Drop unneded deprecation guards X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~141^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1028449bcc4825ad1ecd55e1a8b8560832986229;p=gtk4.git filesystemmodel: Drop unneded deprecation guards Nothing deprecated is used here anymore. --- diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index 93f063ae8b..251170405b 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -25,13 +25,9 @@ #include "gtkfilechooserutils.h" #include "gtkmarshalers.h" -#include "deprecated/gtktreedatalistprivate.h" -#include "deprecated/gtktreednd.h" #include "gtkfilter.h" #include "gtkprivate.h" -G_GNUC_BEGIN_IGNORE_DEPRECATIONS - /*** Structure: how GtkFileSystemModel works * * This is a custom GtkTreeModel used to hold a collection of files for GtkFileChooser. There are two use cases: