comment out unused function
Original commit message from CVS: comment out unused function
This commit is contained in:
parent
bfc39d311d
commit
6e2a4b063c
2
common
2
common
@ -1 +1 @@
|
||||
Subproject commit fa2e4df50fd965b1dbd3b35b87d914ff87362815
|
||||
Subproject commit 2f0e1ecbfe7d27cf1b2215204958c95516db173d
|
@ -485,6 +485,7 @@ paint_rect_random (unsigned char *dest, int stride, int x, int y, int w, int h)
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void
|
||||
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;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
paint_rect_s2 (unsigned char *dest, int stride, int x, int y, int w, int h, unsigned char col)
|
||||
|
Loading…
x
Reference in New Issue
Block a user