aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-06-22 15:28:20 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-06-23 12:11:23 +0000
commit8d35bf976ea3283ef458dc40d6477013b9064583 (patch)
treef2c2f16b3eefc4a263ae6f0b076a5841db87b6cf /src/quick
parenta3935184c4dbeda4f46e8140c9f75af1e58189f1 (diff)
Remove misleading out of date comments in QQuickWindowPrivate
Task-number: QTBUG-54133 Change-Id: I68e41c3d6c066745058db0c15984d680d6c05ee9 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquickwindow_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 787958ef86..33aa021d98 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -234,8 +234,6 @@ public:
uint clearBeforeRendering : 1;
- // Currently unused in the default implementation, as we're not stopping
- // rendering when obscured as we should...
uint persistentGLContext : 1;
uint persistentSceneGraph : 1;