summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/format.h b/format.h
index 60f94e65..a4620aeb 100644
--- a/format.h
+++ b/format.h
@@ -72,12 +72,6 @@ struct format_t
std::string format_string;
element_t * elements;
- static bool keep_price;
- static bool keep_date;
- static bool keep_tag;
-
- static std::string date_format;
-
format_t() : elements(NULL) {
DEBUG_PRINT("ledger.memory.ctors", "ctor format_t");
}