From b09d5434def76b67e9f87869eeaec2f9266f9535 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 21:33:13 +0100 Subject: Removed no longer available getVariantTypes --- src/core/model/Typesystem.hpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/core') 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 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_ */ -- cgit v1.2.3