From 05211bbb156eba3bee85047467551238db928cbe Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 1 Apr 2015 22:21:27 +0200 Subject: [PATCH] mhx: drop OUTerrorf() prototype, rlar: why ?! --- src/frontend/outitf.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/frontend/outitf.h b/src/frontend/outitf.h index be45a69f6..5374a405f 100644 --- a/src/frontend/outitf.h +++ b/src/frontend/outitf.h @@ -64,11 +64,4 @@ int OUTattributes(runDesc *plotPtr, IFuid varName, int param, IFvalue *value); int OUTstopnow(void); void OUTerror(int flags, char *format, IFuid *names); -#ifdef __GNUC__ -void OUTerrorf(int, const char *fmt, ...) __attribute__ ((format (__printf__, 2, 3))); -#else -void OUTerrorf(int, const char *fmt, ...); -#endif - - #endif