Skip to content
Snippets Groups Projects
Commit fda998b9 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rm obsolete code

parent 2d5256bf
No related branches found
No related tags found
1 merge request!513Refactor sample model
......@@ -88,13 +88,3 @@ bool ParticleItem::isShellParticle() const
return parent()->hasModelType<ParticleCoreShellItem>()
&& ParticleCoreShellItem::isShellTagName(parent()->tagFromItem(this));
}
//! Returns true if this particle is directly connected to a ParticleLayout
bool ParticleItem::parentIsParticleLayout() const
{
if (!parent())
return false;
return parent()->hasModelType<ParticleLayoutItem>();
}
......@@ -42,7 +42,6 @@ public:
private:
bool isShellParticle() const override;
bool parentIsParticleLayout() const;
};
template <typename T> T* ParticleItem::setFormFactorType()
......
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