From 5133c56f2f6613d07913ac85f8e14acb3e0d2f42 Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Sat, 1 Aug 2009 00:32:25 +0900 Subject: [PATCH] base: Remove an unused variable. --- ChangeLog | 7 +++++++ src/base/ftglyph.c | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 918cc8d28..803669754 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-07-31 suzuki toshiya + + base: Remove an unused variable. + + * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Remove an + unused variable `library'. glyph->library is used. + 2009-07-31 suzuki toshiya cache: Check higher bits in flags for non ILP32 systems. diff --git a/src/base/ftglyph.c b/src/base/ftglyph.c index f98a7bfbf..ef61d45df 100644 --- a/src/base/ftglyph.c +++ b/src/base/ftglyph.c @@ -507,7 +507,6 @@ FT_Vector* origin, FT_Bool destroy ) { - FT_Library library; FT_GlyphSlotRec dummy; FT_GlyphSlot_InternalRec dummy_internal; FT_Error error = FT_Err_Ok; @@ -528,7 +527,6 @@ if ( !glyph ) goto Bad; - library = glyph->library; clazz = glyph->clazz; /* when called with a bitmap glyph, do nothing and return successfully */