summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:25 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:25 +0900
commit5133c56f2f6613d07913ac85f8e14acb3e0d2f42 (patch)
treeabdbd135f4dc7a032eeb19520c822664c51af80a /src
parent5d3ff05615dda6d1325ed612381a17a0df04c975 (diff)
base: Remove an unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/base/ftglyph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/ftglyph.c b/src/base/ftglyph.c
index f98a7bfb..ef61d45d 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 */