diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-29 16:36:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-29 22:10:34 -0400 |
commit | 72f1d34ecac5d174f50ec0100b925a4fb26dc920 (patch) | |
tree | 4375e77ce81db87e1ccf8c4fa8ba87e85dd83fc2 /gtk/meson.build | |
parent | c267a75eef2e7461e092bc1d7fd09596c1053eae (diff) | |
download | gtk+-72f1d34ecac5d174f50ec0100b925a4fb26dc920.tar.gz |
Drop GtkFunctionsListItemFactory
It has been superseded by GtkSignalsListItemFactory.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index 5a7ca5715f..22b274cba0 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -253,7 +253,6 @@ gtk_public_sources = files([ 'gtkfontchooserutils.c', 'gtkfontchooserwidget.c', 'gtkframe.c', - 'gtkfunctionslistitemfactory.c', 'gtkgesture.c', 'gtkgesturedrag.c', 'gtkgesturelongpress.c', @@ -537,7 +536,6 @@ gtk_public_headers = files([ 'gtkfontchooserdialog.h', 'gtkfontchooserwidget.h', 'gtkframe.h', - 'gtkfunctionslistitemfactory.h', 'gtkgesture.h', 'gtkgesturedrag.h', 'gtkgesturelongpress.h', |