Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 16 Jun 2011 04:08:29 +0000 (14:08 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Thu, 16 Jun 2011 04:08:29 +0000 (14:08 +1000)
src/declarative/items/qsgshadereffectmesh.cpp

index 4900755..dbc3472 100644 (file)
@@ -203,7 +203,6 @@ void QSGGridMesh::setResolution(const QSize &res)
     if (res == m_resolution)
         return;
     if (res.width() < 1 || res.height() < 1) {
-        qWarning("QSGGridMesh: Resolution must be at least 1x1");
         return;
     }
     m_resolution = res;