summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc2
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':