diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-07 10:32:24 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-07 10:32:24 -0600 |
commit | b1107f85ae07a85124e58a0e379ec2d9ab47d119 (patch) | |
tree | a44d0e10642cc8989b64c2ea89c4bbbf98eb3774 /src/value.h | |
parent | 7bb83173dae617b8e754fff8e52390ff9664873b (diff) | |
download | fork-ledger-b1107f85ae07a85124e58a0e379ec2d9ab47d119.tar.gz fork-ledger-b1107f85ae07a85124e58a0e379ec2d9ab47d119.tar.bz2 fork-ledger-b1107f85ae07a85124e58a0e379ec2d9ab47d119.zip |
Removed value_t::price and balance_t::price
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 1e4d0ce9..df075843 100644 --- a/src/value.h +++ b/src/value.h @@ -480,8 +480,6 @@ public: value_t value(const optional<datetime_t>& moment = none, const optional<commodity_t&>& in_terms_of = none) const; - value_t price() const; - value_t exchange_commodities(const std::string& commodities, const bool add_prices = false, const optional<datetime_t>& moment = none); |