summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-10-14 23:02:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-10-14 23:02:52 +0000
commitacaea76aaad85ab9bda9893b6f4340b4ec9093c6 (patch)
tree272ba51d6a029b89c40950c392e31f68129764a4 /modules
parent5723ff83f7797c61b3ec5c872bf3b78873d3adaa (diff)
downloadpango-acaea76aaad85ab9bda9893b6f4340b4ec9093c6.tar.gz
Remove an unused variable. (#122680, Kjartan Maraas)
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com> * modules/hebrew/hebrew-xft.c (hebrew_engine_shape): Remove an unused variable. (#122680, Kjartan Maraas)
Diffstat (limited to 'modules')
-rw-r--r--modules/hebrew/hebrew-fc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-fc.c b/modules/hebrew/hebrew-fc.c
index 7e257f96..89e32032 100644
--- a/modules/hebrew/hebrew-fc.c
+++ b/modules/hebrew/hebrew-fc.c
@@ -141,7 +141,6 @@ hebrew_engine_shape (PangoEngineShape *engine,
gint glyph_width[MAX_CLUSTER_CHRS], x_offset[MAX_CLUSTER_CHRS], y_offset[MAX_CLUSTER_CHRS];
PangoRectangle ink_rects[MAX_CLUSTER_CHRS];
PangoGlyph glyph[MAX_CLUSTER_CHRS];
- FT_Face face;
g_return_if_fail (font != NULL);
g_return_if_fail (text != NULL);