From d62f9bb9bf4233a79a90984bd0601fa74c35563f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 1 Feb 2005 02:37:59 +0000 Subject: (write_binary_journal): Removed unused "files" parameter. --- binary.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binary.h b/binary.h index 3fade8fe..4b362faa 100644 --- a/binary.h +++ b/binary.h @@ -18,8 +18,7 @@ class binary_parser_t : public parser_t }; void write_binary_journal(std::ostream& out, - journal_t * journal, - strings_list * files = NULL); + journal_t * journal); } // namespace ledger -- cgit v1.2.3