summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 21:33:13 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 21:33:13 +0100
commitb09d5434def76b67e9f87869eeaec2f9266f9535 (patch)
treeb3151b29edd41c8edc2ef3b6692e06a47cfeee31 /src/core
parent8e5e08c4f293434585d2a88f7f331f8ce49b67b9 (diff)
Removed no longer available getVariantTypes
Diffstat (limited to 'src/core')
-rw-r--r--src/core/model/Typesystem.hpp12
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_ */