From 79b664f6f0399ac1b272de89107515aa6af20dcd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 17 Sep 2004 04:38:24 -0400 Subject: changed the management of "xdata" in walk.h --- config.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 72cc6cd6..e12936b4 100644 --- a/config.h +++ b/config.h @@ -34,7 +34,7 @@ struct config_t std::string account; std::string predicate; std::string display_predicate; - std::string interval_text; + std::string report_interval; std::string format_string; std::string date_format; std::string sort_string; @@ -56,22 +56,14 @@ struct config_t bool use_cache; bool cache_dirty; - interval_t report_interval; format_t format; format_t nformat; - value_expr_t * sort_order; - config_t(); config_t(const config_t&) { assert(0); } - ~config_t() { - if (sort_order) - delete sort_order; - } - void process_options(const std::string& command, strings_list::iterator arg, strings_list::iterator args_end); -- cgit v1.2.3