summaryrefslogtreecommitdiff
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
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)
-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-fc.c1
6 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0acc7f38..bdd4910a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
+
+ * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
+ Remove an unused variable. (#122680, Kjartan Maraas)
+
Wed Oct 1 12:40:38 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c (pango_script_get_sample_language):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 0acc7f38..bdd4910a 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-fc.c (hebrew_engine_shape):
+ Remove an unused variable. (#122680, Kjartan Maraas)
+
Wed Oct 1 12:40:38 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c (pango_script_get_sample_language):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 0acc7f38..bdd4910a 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-fc.c (hebrew_engine_shape):
+ Remove an unused variable. (#122680, Kjartan Maraas)
+
Wed Oct 1 12:40:38 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c (pango_script_get_sample_language):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 0acc7f38..bdd4910a 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-fc.c (hebrew_engine_shape):
+ Remove an unused variable. (#122680, Kjartan Maraas)
+
Wed Oct 1 12:40:38 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c (pango_script_get_sample_language):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 0acc7f38..bdd4910a 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-fc.c (hebrew_engine_shape):
+ Remove an unused variable. (#122680, Kjartan Maraas)
+
Wed Oct 1 12:40:38 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c (pango_script_get_sample_language):
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);