From 89eb36ebc6591025c063cb98f0e1b3badde73e9e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 24 Apr 2001 15:47:22 +0000 Subject: [PATCH] Remove excess call to DONE_Stream left over from conversion from FT1. Tue Apr 24 11:45:55 2001 Owen Taylor * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove excess call to DONE_Stream left over from conversion from FT1. (reported by Michael Jansson) --- src/ftxgdef.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ftxgdef.c b/src/ftxgdef.c index dd1754c6f..ee177e853 100644 --- a/src/ftxgdef.c +++ b/src/ftxgdef.c @@ -238,7 +238,6 @@ gdef->NewGlyphClasses = NULL; *retptr = gdef; - DONE_Stream( stream ); return TT_Err_Ok;