comment out unused function

Original commit message from CVS:
comment out unused function
This commit is contained in:
Andy Wingo 2002-10-15 20:44:15 +00:00
parent bfc39d311d
commit 6e2a4b063c
2 changed files with 3 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit fa2e4df50fd965b1dbd3b35b87d914ff87362815 Subproject commit 2f0e1ecbfe7d27cf1b2215204958c95516db173d

View file

@ -485,6 +485,7 @@ paint_rect_random (unsigned char *dest, int stride, int x, int y, int w, int h)
} }
} }
#if 0
static void static void
paint_rect (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char color) paint_rect (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char color)
{ {
@ -496,6 +497,7 @@ paint_rect (unsigned char *dest, int stride, int x, int y, int w, int h, unsigne
d += stride; d += stride;
} }
} }
#endif
static void static void
paint_rect_s2 (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char col) paint_rect_s2 (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char col)