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

Harmony
Alexei Podtelezhnikov 8 years ago
parent ad47550b80
commit d5f7533e8e
  1. 4
      ChangeLog
  2. 3
      src/smooth/ftgrays.c

@ -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…
Cancel
Save