From 20475478a4f49b8f6e4c86b8c1fc7d79451581e0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 16:42:14 -0400 Subject: Removed the %! formatting code, as it does nothing --- src/format.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/format.h') 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, -- cgit v1.2.3