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

gtk/gtkfilesystemmodel.c

index 93f063ae8bed6610b030aba317cfb7016e9f5dae..251170405b3be12a5929545a625466af982fce84 100644 (file)
 
 #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: