macros: remove INLINE

This macro isn't used in the protocol headers, and clashes with other
define from qemu.
This commit is contained in:
Marc-André Lureau 2013-10-04 12:36:22 +02:00
parent ba2192f1ea
commit 8b436f8a3e

View File

@ -101,12 +101,6 @@
# define SPICE_END_DECLS
#endif
#ifdef __GNUC__
#define INLINE inline
#else
#define INLINE _inline
#endif /* __GNUC__ */
#ifndef FALSE
#define FALSE (0)
#endif