summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-10-14 23:03:20 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-10-14 23:03:20 +0000
commitfd9e86820c3260d77a2acd29cc3b4c79a278fc05 (patch)
treed0d3cbbf512dd6813555d232f8b1300cd050b5db /modules
parent23afd409b911e5740f7e6c07cd19ec1ac67ccd75 (diff)
downloadpango-fd9e86820c3260d77a2acd29cc3b4c79a278fc05.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-xft.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-xft.c b/modules/hebrew/hebrew-xft.c
index 7615e0b0..dfd322fb 100644
--- a/modules/hebrew/hebrew-xft.c
+++ b/modules/hebrew/hebrew-xft.c
@@ -135,7 +135,6 @@ hebrew_engine_shape (PangoFont *font,
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);