mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
filesystemmodel: Drop unneded deprecation guards
Nothing deprecated is used here anymore.
This commit is contained in:
parent
01cca279f9
commit
1028449bcc
@ -25,13 +25,9 @@
|
|||||||
|
|
||||||
#include "gtkfilechooserutils.h"
|
#include "gtkfilechooserutils.h"
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
#include "deprecated/gtktreedatalistprivate.h"
|
|
||||||
#include "deprecated/gtktreednd.h"
|
|
||||||
#include "gtkfilter.h"
|
#include "gtkfilter.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
|
||||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
||||||
|
|
||||||
/*** Structure: how GtkFileSystemModel works
|
/*** Structure: how GtkFileSystemModel works
|
||||||
*
|
*
|
||||||
* This is a custom GtkTreeModel used to hold a collection of files for GtkFileChooser. There are two use cases:
|
* This is a custom GtkTreeModel used to hold a collection of files for GtkFileChooser. There are two use cases:
|
||||||
|
Loading…
Reference in New Issue
Block a user