[cairoint.h] Remove inline definition for MS compilers

Such things should go to config.h.  For one thing, cairoint.h is not
included in pixman.
This commit is contained in:
Behdad Esfahbod 2007-04-03 19:56:29 -04:00
parent 313a6f7321
commit 208c32b245

View file

@ -67,8 +67,6 @@
#ifdef _MSC_VER
#define snprintf _snprintf
#undef inline
#define inline __inline
#endif
CAIRO_BEGIN_DECLS