projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0558d55
)
Remove unused variable
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 1 Jun 2012 17:45:25 +0000
(13:45 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 1 Jun 2012 17:45:25 +0000
(13:45 -0400)
util/hb-ot-shape-closure.cc
patch
|
blob
|
history
diff --git
a/util/hb-ot-shape-closure.cc
b/util/hb-ot-shape-closure.cc
index
7bb8ae6
..
2a4fdcf
100644
(file)
--- a/
util/hb-ot-shape-closure.cc
+++ b/
util/hb-ot-shape-closure.cc
@@
-62,8
+62,6
@@
struct shape_closure_consumer_t : option_group_t
const char *text,
unsigned int text_len)
{
- FT_Face ft_face = show_glyph_names ? hb_ft_font_get_face (font) : NULL;
-
hb_set_clear (glyphs);
shaper.shape_closure (text, text_len, font, buffer, glyphs);