Remove "inline" from getpix().

It doesn't make any difference to the speed on my system anyway.
This commit is contained in:
Ben Harris 2017-07-08 01:02:41 +01:00
parent 7ba21188c8
commit 0d7093319a

View File

@ -1213,7 +1213,7 @@ struct glyph {
static void dolookups(struct glyph const *);
static inline int
static int
getpix(char const data[YSIZE], int x, int y, unsigned flags)
{