mhx: drop OUTerrorf() prototype, rlar: why ?!

This commit is contained in:
dwarning 2015-04-01 22:21:27 +02:00 committed by rlar
parent ec958fc861
commit 05211bbb15
1 changed files with 0 additions and 7 deletions

View File

@ -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