diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | modules/hebrew/hebrew-fc.c | 1 |
6 files changed, 25 insertions, 1 deletions
@@ -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); |