diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.h b/src/value.h index 24e1b45..f9bd99b 100644 --- a/src/value.h +++ b/src/value.h @@ -65,7 +65,6 @@ public: Value(const char v); Value(const VectorType &v); Value(const RangeType &v); - Value(double begin, double step, double end); ~Value() {} ValueType type() const; |