diff options
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, |