Skip to content
Snippets Groups Projects
Commit 6b78aa85 authored by Tom Fischer's avatar Tom Fischer
Browse files

[Material/MPL] Remove unused getType() function.

parent 0f45e2b1
No related branches found
No related tags found
No related merge requests found
...@@ -102,13 +102,6 @@ protected: ...@@ -102,13 +102,6 @@ protected:
PropertyDataType _dvalue; PropertyDataType _dvalue;
}; };
/// This method returns the 0-based index of the variant data types. Can be
/// enhanced by using enums.
inline std::size_t getType(Property const& p)
{
return p.value().index();
}
inline void overwriteExistingProperties(PropertyArray& properties, inline void overwriteExistingProperties(PropertyArray& properties,
PropertyArray& new_properties) PropertyArray& new_properties)
{ {
......
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