summaryrefslogtreecommitdiff
path: root/gtk/inspector
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-29 11:31:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-29 13:31:41 -0400
commitf54ab91ff3f25d4e5370810f78c18115d310281c (patch)
tree016c654f4c610c999ba780828d6459b6e6c91c53 /gtk/inspector
parent66b062a9761ca86130658adb66e929b3c5acb7ba (diff)
downloadgtk+-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.c1
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"