projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01cca27
)
filesystemmodel: Drop unneded deprecation guards
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 22 Oct 2022 01:08:27 +0000
(21:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 22 Oct 2022 01:48:39 +0000
(21:48 -0400)
Nothing deprecated is used here anymore.
gtk/gtkfilesystemmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystemmodel.c
b/gtk/gtkfilesystemmodel.c
index 93f063ae8bed6610b030aba317cfb7016e9f5dae..251170405b3be12a5929545a625466af982fce84 100644
(file)
--- 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: