summaryrefslogtreecommitdiff
path: root/gtk/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-26 22:58:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-29 13:31:41 -0400
commit15572b01833910a3b65edcc28eaa28968847fe71 (patch)
treed74c0f21234f19a64cd52c1aa7977af0420afda2 /gtk/meson.build
parenta51a6a3ee23e31f868cdbea2b91171b0ddaabc79 (diff)
downloadgtk+-15572b01833910a3b65edcc28eaa28968847fe71.tar.gz
Deprecate GtkFontChooser and implementations
These are being replaced by GtkFontDialog and GtkFontDialogButton This commit only moves the headers for GtkFontChooserWidget and GtkFontChooserDialog to deprecated/, and keeps the implementations in gtk/, since they will eventually be salvaged into a private GtkFontChooserWindow.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r--gtk/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index d5849712d6..7b294cbaa4 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -235,8 +235,6 @@ gtk_public_sources = files([
'gtkfixedlayout.c',
'gtkflattenlistmodel.c',
'gtkflowbox.c',
- 'gtkfontbutton.c',
- 'gtkfontchooser.c',
'gtkfontchooserdialog.c',
'gtkfontchooserutils.c',
'gtkfontchooserwidget.c',
@@ -494,10 +492,6 @@ gtk_public_headers = files([
'gtkfixedlayout.h',
'gtkflattenlistmodel.h',
'gtkflowbox.h',
- 'gtkfontbutton.h',
- 'gtkfontchooser.h',
- 'gtkfontchooserdialog.h',
- 'gtkfontchooserwidget.h',
'gtkfontdialog.h',
'gtkfontdialogbutton.h',
'gtkframe.h',