Index: pango/ellipsize.c
===================================================================
RCS file: /cvs/gnome/pango/pango/ellipsize.c,v
retrieving revision 1.7
diff -u -p -d -r1.7 ellipsize.c
--- pango/ellipsize.c	29 Jan 2006 23:06:59 -0000	1.7
+++ pango/ellipsize.c	17 Feb 2006 08:06:56 -0000
@@ -126,7 +126,6 @@ init_state (EllipsizeState  *state,
   start_offset = g_utf8_strlen (line->layout->text,
 				line->start_index);
 
-  start_offset = 0;
   state->total_width = 0;
   for (l = line->runs, i = 0; l; l = l->next, i++)
     {

