diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-12 03:30:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-12 03:30:41 -0400 |
commit | c8cd2c468e202f07af187590dcdc07935b6918f6 (patch) | |
tree | 397504912c30945f3bc607778d3471c1a41ccdd7 /src/output.h | |
parent | bb243e2c5e68a04d0da4c8c20a74b5b8acf7ecdb (diff) | |
download | fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.gz fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.bz2 fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.zip |
Re-enabled some code, and removed a bunch of deadwood.
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/output.h b/src/output.h index ada7b21c..f78d2df1 100644 --- a/src/output.h +++ b/src/output.h @@ -139,11 +139,6 @@ class format_entries : public format_xacts format_xacts::flush(); } virtual void operator()(xact_t& xact); - -private: - void print_entry(std::ostream& out, - const entry_base_t& entry, - const string& prefix = ""); }; /** |