Skip to content
Snippets Groups Projects
Commit 21dbd964 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused

parent eff57c20
No related branches found
No related tags found
1 merge request!919copy edit in SampleToCore
...@@ -88,7 +88,6 @@ std::unique_ptr<IParticle> createIParticle(const ItemWithParticles& item) ...@@ -88,7 +88,6 @@ std::unique_ptr<IParticle> createIParticle(const ItemWithParticles& item)
std::unique_ptr<ParticleLayout> buildParticleLayout(const ParticleLayoutItem& item) std::unique_ptr<ParticleLayout> buildParticleLayout(const ParticleLayoutItem& item)
{ {
auto P_layout = createParticleLayout(item); auto P_layout = createParticleLayout(item);
auto particles = item.particles();
for (auto particle : item.particles()) { for (auto particle : item.particles()) {
auto P_particle = createIParticle(*particle); auto P_particle = createIParticle(*particle);
if (P_particle) { if (P_particle) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment