aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickparticlesystem.cpp')
-rw-r--r--src/particles/qquickparticlesystem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/particles/qquickparticlesystem.cpp b/src/particles/qquickparticlesystem.cpp
index 57812ba797..396d6f0a17 100644
--- a/src/particles/qquickparticlesystem.cpp
+++ b/src/particles/qquickparticlesystem.cpp
@@ -459,7 +459,6 @@ QQuickParticleData::QQuickParticleData()
color.g = 255;
color.b = 255;
color.a = 255;
- r = 0;
delegate = nullptr;
modelIndex = -1;
}
@@ -518,7 +517,6 @@ void QQuickParticleData::clone(const QQuickParticleData& other)
color.g = other.color.g;
color.b = other.color.b;
color.a = other.color.a;
- r = other.r;
delegate = other.delegate;
modelIndex = other.modelIndex;