diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-17 03:51:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-17 03:51:28 -0400 |
commit | 1c079630cf21c2e257e272897a987c0968571865 (patch) | |
tree | 947b04364e9fb38ab63bbdda72d7f85a52da55e7 /src/balance.h | |
parent | 8da86ae078c58390f581ae336a3801fcf8b89d77 (diff) | |
download | fork-ledger-1c079630cf21c2e257e272897a987c0968571865.tar.gz fork-ledger-1c079630cf21c2e257e272897a987c0968571865.tar.bz2 fork-ledger-1c079630cf21c2e257e272897a987c0968571865.zip |
Removed more "pending" type comments.
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/balance.h b/src/balance.h index 33e3dffb..fcf4fe36 100644 --- a/src/balance.h +++ b/src/balance.h @@ -85,10 +85,6 @@ public: amounts_map amounts; - // jww (2007-05-20): Remove these two by adding access methods - friend class value_t; - friend class entry_base_t; - /** * Constructors. balance_t supports similar forms of construction * to amount_t. |