summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-05 21:54:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-05 21:54:46 -0400
commitd853a58f5fd519f756c591b9c3622df179a0809c (patch)
tree9304bcf35b0967275c36d5fb2535219acb35dd5c /src/session.h
parent408b819c6e087593ba61e82b91dda2369ef32f62 (diff)
downloadfork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.tar.gz
fork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.tar.bz2
fork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.zip
Moved --pager handler back into report_t.
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h6
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;
- }
};
/**