summaryrefslogtreecommitdiff
path: root/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-05 05:00:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-05 05:00:31 -0400
commit7455495d14c6e97e860cb8b0a6f1cd552e8cd791 (patch)
treeee23a7cf33fd2b3494fecb522c76350489e54626 /report.cc
parent806be999ef1f86020b355e4832ea1ac6e5f9adfa (diff)
downloadfork-ledger-7455495d14c6e97e860cb8b0a6f1cd552e8cd791.tar.gz
fork-ledger-7455495d14c6e97e860cb8b0a6f1cd552e8cd791.tar.bz2
fork-ledger-7455495d14c6e97e860cb8b0a6f1cd552e8cd791.zip
Moved the option code for 2.6.1 from option.cc into report.h. It's still
commented out, but now it's nearer the right place for conversion.
Diffstat (limited to 'report.cc')
-rw-r--r--report.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/report.cc b/report.cc
index 6257b562..6e065f57 100644
--- a/report.cc
+++ b/report.cc
@@ -354,10 +354,6 @@ void report_t::commodities_report(const string& format)
{
}
-void report_t::entry_report(const entry_t& entry, const string& format)
-{
-}
-
value_t report_t::get_amount_expr(call_scope_t& scope)
{
return amount_expr.calc(scope);