ref: d5f7533e8ec349f57d3669b5afc694a98f498d6e
parent: ad47550b80b5fa3a77d2b7d5e61193cb078e974e
author: Alexei Podtelezhnikov <[email protected]>
date: Wed Sep 14 20:13:36 EDT 2016
* src/smooth/ftgrays.c (gray_sweep): Remove check for empty table.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-15 Alexei Podtelezhnikov <[email protected]>
+
+ * src/smooth/ftgrays.c (gray_sweep): Remove check for empty table.
+
2016-09-14 Alexei Podtelezhnikov <[email protected]>
[smooth] Another tiny speed-up.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1298,9 +1298,6 @@
int y;
- if ( ras.num_cells == 0 )
- return;
-
FT_TRACE7(( "gray_sweep: start\n" ));
for ( y = ras.min_ey; y < ras.max_ey; y++ )