diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/session.h b/src/session.h index adf2f4b7..c66d8b26 100644 --- a/src/session.h +++ b/src/session.h @@ -69,7 +69,6 @@ public: bool saw_data_file_from_command_line; optional<path> init_file; optional<path> price_db; - optional<path> pager_path; bool next_price_db_from_command_line; bool saw_price_db_from_command_line; @@ -230,11 +229,6 @@ See LICENSE file included with the distribution for details and disclaimer."; data_files.push_back(args[0].as_string()); return true; } - - value_t option_pager_(call_scope_t& args) { // : - pager_path = args[0].as_string(); - return true; - } }; /** |