diff options
author | Benjamin Otte <otte@redhat.com> | 2018-02-02 18:01:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-02-02 23:01:31 +0100 |
commit | 55874470ff6d619dd05d8c344d4b3c3205982eae (patch) | |
tree | 9d80b09b16462d1bf4b93c81d677d8686e4c7d90 /tests/meson.build | |
parent | bb8baa2b76a454916e86ca6e236777e439d5422a (diff) | |
download | gtk+-55874470ff6d619dd05d8c344d4b3c3205982eae.tar.gz |
gtk: Remove GtkRecentChooser
It's not used any more, recent files are only used by the filtchooser
and that one uses GtkRecentManager directly.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build index 1e43fa24f8..75e2d30b1c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -72,8 +72,6 @@ gtk_tests = [ ['testoverlay'], ['testoverlaystyleclass'], ['testprint', ['testprintfileoperation.c']], - ['testrecentchooser'], - ['testrecentchoosermenu'], ['testscale'], ['testselectionmode'], ['testspinbutton'], |