summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/report.h b/src/report.h
index 2007d29c..e77ba1a4 100644
--- a/src/report.h
+++ b/src/report.h
@@ -512,17 +512,6 @@ public:
});
};
-// jww (2009-02-10): These should perhaps live elsewhere
-value_t entry_command(call_scope_t& args);
-value_t template_command(call_scope_t& args);
-
-entry_t * derive_new_entry(report_t& report,
- value_t::sequence_t::const_iterator i,
- value_t::sequence_t::const_iterator end);
-
-string join_args(call_scope_t& args);
-
-
} // namespace ledger
#endif // _REPORT_H