oops! revert previous

This commit is contained in:
John Cupitt 2017-01-03 17:12:42 +00:00
parent 0d97c78f02
commit e7a6ea3d0c
1 changed files with 0 additions and 9 deletions

View File

@ -135,15 +135,6 @@ G_STMT_START { \
} \
} G_STMT_END
/* The g_info() macro was added in 2.40.
*/
#ifndef g_info
/* Hopefully we have varargs macros. Maybe revisit this.
*/
#define g_info(...) \
g_log( G_LOG_DOMAIN, G_LOG_LEVEL_INFO, __VA_ARGS__ )
#endif
/* Various integer range clips. Record over/under flows.
*/
#define VIPS_CLIP_UCHAR( V, SEQ ) \