changeset 40248:2c3b3b0a9c60

(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'.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Oct 2001 10:28:38 +0000
parents c824be0e27e2
children afa4ffde8e37
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);