Remove dead code.
authorGunnar Sletta <gunnar.sletta@digia.com>
Tue, 16 Apr 2013 08:51:31 +0000 (10:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 17 Apr 2013 11:39:06 +0000 (13:39 +0200)
commit909d3a57dfc279d8a8dee0751bf7635551d6ee3b
tree5f7ce5d5b1b9d006c95201a7604dfa2d6562ef4d
parent2170a46ceef158eab6ccb7ecbeb26ae3053e6544
Remove dead code.

The renderWithoutShowing was a piece of functionality that we
experimented on long ago and it never quite worked and has
it currently only adds bloat.

It would be sensible to be able to render a window without showing
it on screen, such as for testing purposes, but then it should
be done through proper public API and thouroughly supported
cross platform.

Change-Id: I6bea7335f769c038a8167bad77c2dba171359be9
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
src/quick/items/qquickwindow.cpp
src/quick/items/qquickwindow_p.h
src/quick/scenegraph/qsgrenderloop.cpp