aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickmenu/data/removeTakeItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickmenu/data/removeTakeItem.qml')
-rw-r--r--tests/auto/qquickmenu/data/removeTakeItem.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qquickmenu/data/removeTakeItem.qml b/tests/auto/qquickmenu/data/removeTakeItem.qml
index 8352bffd..7e930812 100644
--- a/tests/auto/qquickmenu/data/removeTakeItem.qml
+++ b/tests/auto/qquickmenu/data/removeTakeItem.qml
@@ -72,10 +72,6 @@ ApplicationWindow {
menu.removeItem(null)
}
- function removeFirstIndex() {
- menu.removeItem(0)
- }
-
Menu {
id: menu
MenuItem {