diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-29 11:31:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-29 13:31:41 -0400 |
commit | f54ab91ff3f25d4e5370810f78c18115d310281c (patch) | |
tree | 016c654f4c610c999ba780828d6459b6e6c91c53 /gtk/inspector | |
parent | 66b062a9761ca86130658adb66e929b3c5acb7ba (diff) | |
download | gtk+-f54ab91ff3f25d4e5370810f78c18115d310281c.tar.gz |
Deprecate GtkFileChooser and implementations
These are being replaced by GtkFileDialog.
This commit only moves the headers for GtkFileChooserWidget and
GtkFileChooserDialog to deprecated/, and keeps the implementations
in gtk/, since they will eventually be salvaged into a private
GtkFileChooserWindow.
Diffstat (limited to 'gtk/inspector')
-rw-r--r-- | gtk/inspector/logs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/inspector/logs.c b/gtk/inspector/logs.c index 14fcfe49ef..d4c69bb42e 100644 --- a/gtk/inspector/logs.c +++ b/gtk/inspector/logs.c @@ -27,7 +27,6 @@ #include "window.h" #include "gtktextview.h" -#include "gtkfilechooserdialog.h" #include "gtkcheckbutton.h" #include "gtklabel.h" #include "gtktooltip.h" |