summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-24 15:47:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-24 15:47:22 +0000
commit47b12faf5e6e3a81c9d26c3b080cf3c030c76aa5 (patch)
treeec56c08e0102cd776bf517b691598e2c922eaae9 /pango
parent342826a749563fc9f9202b2e46ebb46c42201f3e (diff)
downloadpango-47b12faf5e6e3a81c9d26c3b080cf3c030c76aa5.tar.gz
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)
Diffstat (limited to 'pango')
-rw-r--r--pango/opentype/ftxgdef.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/opentype/ftxgdef.c b/pango/opentype/ftxgdef.c
index dd1754c6..ee177e85 100644
--- a/pango/opentype/ftxgdef.c
+++ b/pango/opentype/ftxgdef.c
@@ -238,7 +238,6 @@
gdef->NewGlyphClasses = NULL;
*retptr = gdef;
- DONE_Stream( stream );
return TT_Err_Ok;