summaryrefslogtreecommitdiff
path: root/src/work.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/work.cc')
-rw-r--r--src/work.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/work.cc b/src/work.cc
index bc14bd04..e991bc96 100644
--- a/src/work.cc
+++ b/src/work.cc
@@ -74,20 +74,6 @@ void handle_debug_options(int argc, char * argv[])
}
}
-void register_journal_parsers(session_t& session)
-{
-#if 0
- session.register_parser(new journal_t::binary_parser_t);
-#endif
- session.register_parser(new xml_parser_t);
- session.register_parser(new gnucash_parser_t);
-#ifdef HAVE_LIBOFX
- session.register_parser(new ofx_parser_t);
-#endif
- session.register_parser(new qif_parser_t);
- session.register_parser(new textual_parser_t);
-}
-
void read_environment_settings(report_t& report, char * envp[])
{
TRACE_START(environment, 1, "Processed environment variables");