diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/model/Typesystem.hpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp index 39f777f..8079578 100644 --- a/src/core/model/Typesystem.hpp +++ b/src/core/model/Typesystem.hpp @@ -422,16 +422,6 @@ public: * @return a Variant with the cardinality value "any". */ Variant create() const override { return Variant{Cardinality::any()}; } - - /** - * Returns the cardinality VariantType. - * - * @return the cardinality VariantType. - */ - std::vector<VariantType> getVariantTypes() const override - { - return {VariantType::CARDINALITY}; - } }; /** @@ -1473,4 +1463,4 @@ extern const Rtti SystemTypesystem; } } -#endif /* _OUSIA_MODEL_TYPESYSTEM_HPP_ */
\ No newline at end of file +#endif /* _OUSIA_MODEL_TYPESYSTEM_HPP_ */ |