diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:46:45 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:46:45 -0400 |
commit | 7d628d88ff54ac08df499406bb87b87c3f8989a3 (patch) | |
tree | dff9bc75f6830425754a0bdc011a28b7c291bde5 /src/report.cc | |
parent | 863b5d814443eb791c2dd07250ac0ae29054adb0 (diff) | |
download | fork-ledger-7d628d88ff54ac08df499406bb87b87c3f8989a3.tar.gz fork-ledger-7d628d88ff54ac08df499406bb87b87c3f8989a3.tar.bz2 fork-ledger-7d628d88ff54ac08df499406bb87b87c3f8989a3.zip |
Moved the --pager option to the session object, rather than the report object.
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/report.cc b/src/report.cc index 6a75632d..de13d048 100644 --- a/src/report.cc +++ b/src/report.cc @@ -403,8 +403,6 @@ expr_t::ptr_op_t report_t::lookup(const string& name) return MAKE_FUNCTOR(report_t::option_price); else if (std::strcmp(p, "price_db_") == 0) return MAKE_FUNCTOR(report_t::option_price_db_); - else if (std::strcmp(p, "pager_") == 0) - return MAKE_FUNCTOR(report_t::option_pager_); break; case 'q': |