aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 11:32:49 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 11:32:49 +0200
commitb0183beea565baca7f32f4f2f4aa579ae6901577 (patch)
treeefd8f09701aac2cf27828d88a48aae7033c37421
parent4c0f5e2da92e861228abc89e4b9b116803a761ce (diff)
Remove annoying warning
-rw-r--r--src/declarative/items/qsgshadereffectmesh.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/items/qsgshadereffectmesh.cpp b/src/declarative/items/qsgshadereffectmesh.cpp
index 4900755e46..dbc3472d09 100644
--- a/src/declarative/items/qsgshadereffectmesh.cpp
+++ b/src/declarative/items/qsgshadereffectmesh.cpp
@@ -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;