Remove excess call to DONE_Stream left over from conversion from FT1.

Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>

	* pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
	excess call to DONE_Stream left over from conversion
	from FT1. (reported by Michael Jansson)
This commit is contained in:
Owen Taylor 2001-04-24 15:47:22 +00:00 committed by Owen Taylor
parent c61a730aae
commit 89eb36ebc6
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@
gdef->NewGlyphClasses = NULL;
*retptr = gdef;
DONE_Stream( stream );
return TT_Err_Ok;