(write_binary_journal): Removed unused "files" parameter.

This commit is contained in:
John Wiegley 2005-02-01 02:37:59 +00:00
parent d1d63be306
commit d62f9bb9bf

View file

@ -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