aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgimageparticle_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-19 14:56:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-24 04:23:40 +0200
commitcd3ae498bfac3cf98f6386f17596d1ec5ed08110 (patch)
tree484ce4ff95b18d6a06771fa8704574e644169255 /src/declarative/particles/qsgimageparticle_p.h
parentb18974cb3d448696c985c7d3a965dcf9523a4e9e (diff)
Use point sprites
Only for the simpler particles, at least for now. Change-Id: If777cf301894553849b78060aa23980aee7fb807 Reviewed-on: http://codereview.qt.nokia.com/3240 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/declarative/particles/qsgimageparticle_p.h')
-rw-r--r--src/declarative/particles/qsgimageparticle_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/particles/qsgimageparticle_p.h b/src/declarative/particles/qsgimageparticle_p.h
index f8a57a51b3..ff2155692e 100644
--- a/src/declarative/particles/qsgimageparticle_p.h
+++ b/src/declarative/particles/qsgimageparticle_p.h
@@ -61,8 +61,6 @@ class QSGSpriteEngine;
struct SimpleVertex {
float x;
float y;
- float tx;
- float ty;
float t;
float lifeSpan;
float size;
@@ -76,8 +74,6 @@ struct SimpleVertex {
struct ColoredVertex {
float x;
float y;
- float tx;
- float ty;
float t;
float lifeSpan;
float size;