ref: 45fbecbba39cb2b894591b9d57342303bef19500
parent: 55b7403b586a4a6d3e2562b802b34f3328bf4377
author: Tom Kacvinsky <[email protected]>
date: Fri Dec 22 02:24:02 EST 2000
Removed unnecessary comments and commented-out code from ah_hinter_load_glyph.
--- a/src/autohint/ahhint.c
+++ b/src/autohint/ahhint.c
@@ -1359,17 +1359,6 @@
hinter->globals = FACE_GLOBALS( face );
face_globals = FACE_GLOBALS( face );
- /* Immediately call ourself. Fixes weird problem whereby computation */
- /* of global hints throws off the rendering of the first glyph shown */
- /* in a synthetic font. */
-
- /*
- error = ah_hinter_load_glyph( hinter, slot, size,
- glyph_index, load_flags );
- if ( error )
- goto Exit;
- */
-
}
/* now, we must check the current character pixel size to see if we */