remove duplicate defines in makesrna.c

This commit is contained in:
Campbell Barton 2013-04-01 10:26:16 +00:00
parent 6d8e25dfdc
commit 9328ae282c

@ -47,18 +47,6 @@
# endif
#endif
/* so we can use __func__ everywhere */
#if defined(_MSC_VER)
# define __func__ __FUNCTION__
#endif
/* copied from BLI_utildefines.h ugh */
#ifdef __GNUC__
# define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
#else
# define UNUSED(x) x
#endif
/* Replace if different */
#define TMP_EXT ".tmp"