summaryrefslogtreecommitdiff
path: root/balance.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-04 03:12:26 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-04 03:12:26 -0400
commit1741c80fe4f9dd896d4c8912b2ba35b14500ca1c (patch)
treecfdcb49cc929b023b71ecd9e126eff4830d77a0c /balance.cc
parentf570e6644fce27b612562282b11d00fd0691873d (diff)
downloadfork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.tar.gz
fork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.tar.bz2
fork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.zip
rewrote the way registers are computed -- again
Diffstat (limited to 'balance.cc')
-rw-r--r--balance.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/balance.cc b/balance.cc
index 5d806080..eeef3d49 100644
--- a/balance.cc
+++ b/balance.cc
@@ -1,5 +1,4 @@
#include "ledger.h"
-#include "balance.h"
namespace ledger {
@@ -86,7 +85,6 @@ void balance_t::write(std::ostream& out,
}
}
-
balance_pair_t::balance_pair_t(const transaction_t& xact)
: quantity(xact.amount), cost(xact.cost) {}