diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-02 03:36:09 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-02 03:39:29 -0400 |
commit | 17b29a63782b04b9044e8ece2fc21e8a7b170f0b (patch) | |
tree | 83392de92967d9320a1db757c38c237ca035f2ca /src/print.cc | |
parent | d6a559959cd86d56d5081b7acfcdaeea89c26192 (diff) | |
download | fork-ledger-17b29a63782b04b9044e8ece2fc21e8a7b170f0b.tar.gz fork-ledger-17b29a63782b04b9044e8ece2fc21e8a7b170f0b.tar.bz2 fork-ledger-17b29a63782b04b9044e8ece2fc21e8a7b170f0b.zip |
Inlined the print_xacts constructor
Diffstat (limited to 'src/print.cc')
-rw-r--r-- | src/print.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/print.cc b/src/print.cc index a8aa5872..f93f5fe8 100644 --- a/src/print.cc +++ b/src/print.cc @@ -40,13 +40,6 @@ namespace ledger { -print_xacts::print_xacts(report_t& _report, - bool _print_raw) - : report(_report), print_raw(_print_raw), first_title(true) -{ - TRACE_CTOR(print_xacts, "report&, bool"); -} - namespace { void print_note(std::ostream& out, const string& note, |