summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2011-06-09 13:58:33 +1000
committerJulian de Bhal <julian.debhal@nokia.com>2011-06-09 14:01:13 +1000
commitb35571aaaa29beedb402b6fcd55e30656b0303c8 (patch)
tree1e178a9e7f489ce4d1665852e76e299a7cef75f1 /tests
parent46d5fe71b141ac86e5cf469c775d444fb350f3e4 (diff)
Remove out of date comments
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml3d/picking/tst_picking.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml3d/picking/tst_picking.qml b/tests/auto/qml3d/picking/tst_picking.qml
index 570608e79..4e89373b0 100644
--- a/tests/auto/qml3d/picking/tst_picking.qml
+++ b/tests/auto/qml3d/picking/tst_picking.qml
@@ -74,7 +74,6 @@ Rectangle
property color color: "#ff0000"
effect: Effect {
- // useLighting: false // uh-oh
color: fullScreenQuad.color
}
@@ -99,7 +98,6 @@ Rectangle
property color color: "#0000ff"
effect: Effect {
- // useLighting: false // uh-oh, crash
color: smallerQuad.color
}