diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/report.h b/src/report.h index e7e2ac0e..ff7d1343 100644 --- a/src/report.h +++ b/src/report.h @@ -151,7 +151,6 @@ public: keep_details_t what_to_keep; string account; - optional<path> pager_path; bool raw_mode; @@ -450,11 +449,6 @@ public: return true; } - value_t option_pager_(call_scope_t& args) { // : - pager_path = args[0].as_string(); - return true; - } - #if 0 value_t option_truncate(call_scope_t& args) { // : std::string style(optarg); |