diff options
Diffstat (limited to 'src/core/model')
-rw-r--r-- | src/core/model/Typesystem.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp index 193726d..a13a643 100644 --- a/src/core/model/Typesystem.hpp +++ b/src/core/model/Typesystem.hpp @@ -158,10 +158,6 @@ public: virtual Variant create() const = 0; /** - * Pure virtual function - */ - - /** * Validates and completes the given variant which was read from a * user-supplied source. * |