diff src/gutter.c @ 2234:e809f7e2883c

[xemacs-hg @ 2004-08-26 17:33:08 by james] Remove unused local variable 'frame'.
author james
date Thu, 26 Aug 2004 17:33:13 +0000
parents b531bf8658e9
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/gutter.c	Wed Aug 25 21:50:37 2004 +0000
+++ b/src/gutter.c	Thu Aug 26 17:33:13 2004 +0000
@@ -380,7 +380,6 @@
 static void
 output_gutter (struct frame *f, enum gutter_pos pos, int force)
 {
-  Lisp_Object frame;
   Lisp_Object window = FRAME_LAST_NONMINIBUF_WINDOW (f);
   struct device *d = XDEVICE (f->device);
   struct window* w = XWINDOW (window);
@@ -406,8 +405,6 @@
   cdla = f->current_display_lines[pos];
   cdla_len = Dynarr_length (cdla);
 
-  frame = wrap_frame (f);
-
   get_gutter_coords (f, pos, &x, &y, &width, &height);
   /* generate some display lines */
   generate_displayable_area (w, WINDOW_GUTTER (w, pos),