* src/smooth/ftgrays.c (gray_sweep): Remove check for empty table.
This commit is contained in:
parent
ad47550b80
commit
d5f7533e8e
|
@ -1,3 +1,7 @@
|
|||
2016-09-15 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/smooth/ftgrays.c (gray_sweep): Remove check for empty table.
|
||||
|
||||
2016-09-14 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
[smooth] Another tiny speed-up.
|
||||
|
|
|
@ -1298,9 +1298,6 @@ typedef ptrdiff_t FT_PtrDist;
|
|||
int y;
|
||||
|
||||
|
||||
if ( ras.num_cells == 0 )
|
||||
return;
|
||||
|
||||
FT_TRACE7(( "gray_sweep: start\n" ));
|
||||
|
||||
for ( y = ras.min_ey; y < ras.max_ey; y++ )
|
||||
|
|
Loading…
Reference in New Issue