# HG changeset patch # User Pavel Jank # Date 1003919318 0 # Node ID 2c3b3b0a9c60a8e5f114c7158d38e2452497c455 # Parent c824be0e27e265b5f773ffa5f79ccb223b49ba2b (x_insert_glyphs): Remove unused variables `real_end' and `real_start'. (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. (glyph_rect): Remove unused variable `area'. diff -r c824be0e27e2 -r 2c3b3b0a9c60 src/xterm.c --- a/src/xterm.c Wed Oct 24 09:50:06 2001 +0000 +++ b/src/xterm.c Wed Oct 24 10:28:38 2001 +0000 @@ -4058,8 +4058,6 @@ } else { - unsigned long mask = GCClipXOrigin | GCClipYOrigin | GCFunction; - XGCValues xgcv; XRectangle clip_rect, image_rect, r; x_get_glyph_string_clip_rect (s, &clip_rect); @@ -5298,7 +5296,7 @@ int line_height, shift_by_width, shifted_region_width; struct glyph_row *row; struct glyph *glyph; - int frame_x, frame_y, hpos, real_start, real_end; + int frame_x, frame_y, hpos; xassert (updated_window && updated_row); BLOCK_INPUT; @@ -7895,7 +7893,6 @@ struct window *w = XWINDOW (window); struct glyph_row *r = MATRIX_FIRST_TEXT_ROW (w->current_matrix); struct glyph_row *end = r + w->current_matrix->nrows - 1; - int area; frame_to_window_pixel_xy (w, &x, &y);