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);