[gtk+] Remove tests/testtreemenu
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove tests/testtreemenu
- Date: Sat, 28 Jan 2017 20:31:06 +0000 (UTC)
commit 88ae92050e9f2379246fb6cceea1575cf7a7e569
Author: Daniel Boles <dboles src gnome org>
Date: Sat Jan 28 20:21:56 2017 +0000
Remove tests/testtreemenu
Since GtkTreeMenu became a private class only used by GtkComboBox, all
this test actually did was to show a ComboBox constructed with a custom
CellArea. Now that the latter is no longer possible, the test just shows
a handful of settings that do nothing. Just test GtkComboBox directly.
tests/Makefile.am | 5 -
tests/testtreemenu.c | 546 --------------------------------------------------
2 files changed, 0 insertions(+), 551 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 71a4479..82d1554 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -133,7 +133,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testswitch \
testcellarea \
testswitch \
- testtreemenu \
testtoplevelembed \
testnoscreen \
testtreepos \
@@ -251,7 +250,6 @@ testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
testscrolledge_DEPENDENCIES = $(TEST_DEPS)
testcellarea_DEPENDENCIES = $(TEST_DEPS)
-testtreemenu_DEPENDENCIES = $(TEST_DEPS)
testexpand_DEPENDENCIES = $(TEST_DEPS)
testexpander_DEPENDENCIES = $(TEST_DEPS)
testswitch_DEPENDENCIES = $(TEST_DEPS)
@@ -405,9 +403,6 @@ testscrolledwindow_SOURCES = \
testcellarea_SOURCES = \
testcellarea.c
-testtreemenu_SOURCES = \
- testtreemenu.c
-
testoverlay_SOURCES = \
testoverlay.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]