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/balance.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/balance.h')
-rw-r--r-- | src/balance.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/balance.h b/src/balance.h index 57e6ace4..921f87ef 100644 --- a/src/balance.h +++ b/src/balance.h @@ -387,8 +387,6 @@ public: value(const optional<datetime_t>& moment = none, const optional<commodity_t&>& in_terms_of = none) const; - balance_t price() const; - /** * Truth tests. An balance may be truth test in two ways: * |