summaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-15 16:42:14 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-15 16:42:14 -0400
commit20475478a4f49b8f6e4c86b8c1fc7d79451581e0 (patch)
tree31084656dd239b481dca87d984887f855a142fff /src/format.h
parent6f7f87699c509131ab5ffff330ba77abbd58e829 (diff)
downloadfork-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.h1
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,