summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-04 01:20:14 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-04 01:20:14 (GMT)
commitda6e8e44ea17da669a173c5cca38ccc77e53dd51 (patch)
treec3d248c3d0beada8319b1091ef0938e4dc4f2b26 /tests
parentd5d5cd63e68ce63eb7a131df4dc8cfa274f93fc2 (diff)
parentad47f9cee2cd47ef566f86ca20f54e3f6da54070 (diff)
downloadQt-da6e8e44ea17da669a173c5cca38ccc77e53dd51.zip
Qt-da6e8e44ea17da669a173c5cca38ccc77e53dd51.tar.gz
Qt-da6e8e44ea17da669a173c5cca38ccc77e53dd51.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Remove obsolete OpenGL/ES CommonLite (fixed-point) support
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgl/tst_qgl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp
index d0d69ae..972a0ae 100644
--- a/tests/auto/qgl/tst_qgl.cpp
+++ b/tests/auto/qgl/tst_qgl.cpp
@@ -739,8 +739,6 @@ void tst_QGL::openGLVersionCheck()
#if defined(QT_OPENGL_ES_1)
QVERIFY(QGLFormat::openGLVersionFlags() & QGLFormat::OpenGL_ES_Common_Version_1_0);
-#elif defined(QT_OPENGL_ES_1_CL)
- QVERIFY(QGLFormat::openGLVersionFlags() & QGLFormat::OpenGL_ES_CommonLite_Version_1_0);
#elif defined(QT_OPENGL_ES_2)
QVERIFY(QGLFormat::openGLVersionFlags() & QGLFormat::OpenGL_ES_Version_2_0);
#else