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

rm obsolete code

parent 0eeb0b7e
No related branches found
No related tags found
1 merge request!513Refactor sample model
......@@ -63,11 +63,6 @@ void ParticleItem::setFormFactor(const QString& model_type)
setGroupProperty(P_FORM_FACTOR, model_type);
}
bool ParticleItem::isFormFactorPropertyName(const QString& name)
{
return name == P_FORM_FACTOR;
}
FormFactorItem* ParticleItem::formFactor() const
{
return dynamic_cast<FormFactorItem*>(getGroupItem(P_FORM_FACTOR));
......
......@@ -36,7 +36,6 @@ public:
template <typename T> T* setFormFactorType();
void setFormFactor(const QString& model_type);
static bool isFormFactorPropertyName(const QString& name);
FormFactorItem* formFactor() const;
GroupItem* formFactorItem() const;
};
......
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