diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/value.h b/src/value.h index e5c76780..c24e8257 100644 --- a/src/value.h +++ b/src/value.h @@ -425,8 +425,6 @@ public: // Return the "market value" of a given value at a specific time. value_t value(const optional<datetime_t>& moment = none, const optional<commodity_t&>& in_terms_of = none) const; - value_t cost() const; - /** * Truth tests. |