diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-15 16:42:14 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-15 16:42:14 -0400 |
commit | 20475478a4f49b8f6e4c86b8c1fc7d79451581e0 (patch) | |
tree | 31084656dd239b481dca87d984887f855a142fff /src/format.h | |
parent | 6f7f87699c509131ab5ffff330ba77abbd58e829 (diff) | |
download | fork-ledger-20475478a4f49b8f6e4c86b8c1fc7d79451581e0.tar.gz fork-ledger-20475478a4f49b8f6e4c86b8c1fc7d79451581e0.tar.bz2 fork-ledger-20475478a4f49b8f6e4c86b8c1fc7d79451581e0.zip |
Removed the %! formatting code, as it does nothing
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h index d1716dbf..f5d665c6 100644 --- a/src/format.h +++ b/src/format.h @@ -65,7 +65,6 @@ class format_t : public noncopyable struct element_t : public supports_flags<>, public noncopyable { #define ELEMENT_ALIGN_LEFT 0x01 -#define ELEMENT_FORMATTED 0x02 enum kind_t { STRING, |