Remove annoying warning
authorGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 15 Jun 2011 09:32:49 +0000 (11:32 +0200)
committerGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 15 Jun 2011 09:32:49 +0000 (11:32 +0200)
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;