summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--modules/hebrew/hebrew-xft.c1
6 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11174066..98997e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
+
2003-10-12 Tor Lillqvist <tml@iki.fi>
* pango/pango.def: Add two missing symbols. Thanks to
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 11174066..98997e4a 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+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)
+
2003-10-12 Tor Lillqvist <tml@iki.fi>
* pango/pango.def: Add two missing symbols. Thanks to
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 11174066..98997e4a 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+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)
+
2003-10-12 Tor Lillqvist <tml@iki.fi>
* pango/pango.def: Add two missing symbols. Thanks to
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 11174066..98997e4a 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+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)
+
2003-10-12 Tor Lillqvist <tml@iki.fi>
* pango/pango.def: Add two missing symbols. Thanks to
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 11174066..98997e4a 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+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)
+
2003-10-12 Tor Lillqvist <tml@iki.fi>
* pango/pango.def: Add two missing symbols. Thanks to
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);