* src/smooth/ftgrays.c (gray_sweep): Remove check for empty table.

This commit is contained in:
Alexei Podtelezhnikov 2016-09-15 00:13:36 -04:00
parent ad47550b80
commit d5f7533e8e
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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++ )