diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-02-01 18:18:28 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-02-02 08:39:25 +0100 |
commit | 1ff8dad8ec1ae572bf9da6c28379176a9b51673e (patch) | |
tree | 75d1c67bd4c0e84437c7a29996281ee8fa1dcf16 /gtk/meson.build | |
parent | d8cb11ec4a57938901a3d850905d09dae75c6284 (diff) | |
download | gtk+-1ff8dad8ec1ae572bf9da6c28379176a9b51673e.tar.gz |
Deprecate GtkLockButton
This is a very specialized widget, and should really just
live with the applications where it is used.
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 281c652f3d..322909a947 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -276,7 +276,6 @@ gtk_public_sources = files([ 'gtklistitemwidget.c', 'gtklistlistmodel.c', 'gtklistview.c', - 'gtklockbutton.c', 'gtkmain.c', 'gtkmaplistmodel.c', 'gtkmediacontrols.c', @@ -520,7 +519,6 @@ gtk_public_headers = files([ 'gtklistitem.h', 'gtklistitemfactory.h', 'gtklistview.h', - 'gtklockbutton.h', 'gtkmain.h', 'gtkmaplistmodel.h', 'gtkmediacontrols.h', |