base: Remove an unused variable.

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:40 +09:00
parent 7a95cd876a
commit 8114d2d684
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
base: Remove an unused variable.
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Remove an
unused variable `library'. glyph->library is used.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
cache: Check higher bits in flags for non ILP32 systems.

View File

@ -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 */