summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/session.h b/src/session.h
index 8e73b660..7c5d47dd 100644
--- a/src/session.h
+++ b/src/session.h
@@ -80,14 +80,6 @@ public:
flush_on_next_data_file = truth;
}
- std::size_t read_journal(std::istream& in,
- const path& pathname,
- account_t * master = NULL,
- scope_t * scope = NULL);
- std::size_t read_journal(const path& pathname,
- account_t * master = NULL,
- scope_t * scope = NULL);
-
std::size_t read_data(const string& master_account = "");
void read_journal_files();