diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-05 02:23:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-05 02:27:39 -0500 |
commit | 3dc200983d5057a7760aeb9e864479c902d7e1d7 (patch) | |
tree | 6f754a113f97af3dd856cd7e507f91da9e9e0402 /src/session.h | |
parent | 40a430139edd12d9f580f5616571bc3ed8709d73 (diff) | |
download | fork-ledger-3dc200983d5057a7760aeb9e864479c902d7e1d7.tar.gz fork-ledger-3dc200983d5057a7760aeb9e864479c902d7e1d7.tar.bz2 fork-ledger-3dc200983d5057a7760aeb9e864479c902d7e1d7.zip |
Moved xdata clearing code into each type proper
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/session.h b/src/session.h index 972a97ba..8e73b660 100644 --- a/src/session.h +++ b/src/session.h @@ -93,14 +93,6 @@ public: void read_journal_files(); void close_journal_files(); - void clean_posts(); - void clean_posts(xact_t& xact); - void clean_accounts(); - void clean_all() { - clean_posts(); - clean_accounts(); - } - void report_options(std::ostream& out) { HANDLER(account_).report(out); |