aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsggravity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsggravity.cpp')
-rw-r--r--src/declarative/particles/qsggravity.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/particles/qsggravity.cpp b/src/declarative/particles/qsggravity.cpp
index 2967f7a307..8f6b221387 100644
--- a/src/declarative/particles/qsggravity.cpp
+++ b/src/declarative/particles/qsggravity.cpp
@@ -78,8 +78,6 @@ QSGGravityAffector::QSGGravityAffector(QQuickItem *parent) :
connect(this, SIGNAL(angleChanged(qreal)),
this, SLOT(recalc()));
recalc();
- qWarning() << "Gravity has been deprecated. Use Move instead."
- << "The difference is that you can specify the acceleration with a StochasticDirection instead of just an angle/magnitude pair";
}
void QSGGravityAffector::recalc()