summaryrefslogtreecommitdiff
path: root/ofx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofx.h')
-rw-r--r--ofx.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/ofx.h b/ofx.h
deleted file mode 100644
index 232daecb..00000000
--- a/ofx.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef _OFX_H
-#define _OFX_H
-
-#include "parser.h"
-
-namespace ledger {
-
-class ofx_parser_t : public parser_t
-{
- public:
- virtual bool test(std::istream& in) const;
-
- virtual unsigned int parse(std::istream& in,
- config_t& config,
- journal_t * journal,
- account_t * master = NULL,
- const std::string * original_file = NULL);
-};
-
-} // namespace ledger
-
-#endif // _OFX_H