diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 22:25:13 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 22:25:13 -0400 |
commit | 432be9e98981104062917e248f570d4d9f1d21ce (patch) | |
tree | 588c68af5bfe998f6f2b4b34128b42727821e443 /src/value.h | |
parent | c4f4e6b5be04c5a1b61f71c271e772928b4fb4a5 (diff) | |
download | fork-ledger-432be9e98981104062917e248f570d4d9f1d21ce.tar.gz fork-ledger-432be9e98981104062917e248f570d4d9f1d21ce.tar.bz2 fork-ledger-432be9e98981104062917e248f570d4d9f1d21ce.zip |
Removed unnused parameter to value_t::print
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/value.h b/src/value.h index 23c8c8d5..9aa3cb04 100644 --- a/src/value.h +++ b/src/value.h @@ -927,8 +927,7 @@ public: const int first_width = -1, const int latter_width = -1, const bool right_justify = false, - const bool colorize = false, - const optional<string>& date_format = none) const; + const bool colorize = false) const; void dump(std::ostream& out, const bool relaxed = true) const; /** |