From 2574678c16687682cbdadd2a6a88b526719fa944 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 2 Dec 2011 09:25:16 +0000 Subject: [PATCH] .Core: cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@4228 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Format.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/uppsrc/Core/Format.h b/uppsrc/Core/Format.h index 74f4a4f89..d1b8ffd7b 100644 --- a/uppsrc/Core/Format.h +++ b/uppsrc/Core/Format.h @@ -102,8 +102,6 @@ String Sprintf(const char *fmt, ...); //$- -#if 1 - #define E__NFValue(I) const Value& COMBINE(p, I) #define E__NFBody(I) \ String Format(const char *fmt, __List##I(E__NFValue)); \ @@ -117,10 +115,4 @@ __Expand20(E__NFBody) String Format(const char *s, const Vector& v); String Format(int language, const char *s, const Vector& v); -#else - -String Format(const char *fmt, ...); - -#endif - String DeFormat(const char *text);