Remove dead code from QTransform autotest.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 28 Oct 2011 07:40:04 +0000 (17:40 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 31 Oct 2011 01:34:43 +0000 (02:34 +0100)
commitc8c9f6b46fa6a7a416340994cf8cb8a898d2a979
treea0c8b9c80897f4689663ab49fb31b14a2dc3f1e5
parent5b9ada3cd5b67b563d6f0a44f2415deaed342cd5
Remove dead code from QTransform autotest.

Remove the operator_star_qrect() test function.  The body of this test
function has been inside "#if 0" since the commit that created the test
in 2006 and the operator it is trying to test doesn't exist.  Seems fair
to assume that this function isn't worth keeping.

Change-Id: I9748273b28eae4b07c3a25f77cee412ad94ea822
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/gui/painting/qtransform/tst_qtransform.cpp