]> git.eshelyaron.com Git - emacs.git/commitdiff
(destroy_fringe_bitmap): Fix return type.
authorKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:32 +0000 (13:23 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:32 +0000 (13:23 +0000)
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.

src/fringe.c

index 44c36d12b6bf0966faa1ddd595166ef4db8ccb20..3f1b74a78e8a5339d4c356fdb4aac2b266caf3b0 100644 (file)
@@ -1060,7 +1060,7 @@ compute_fringe_widths (f, redraw)
 
 /* Free resources used by a user-defined bitmap.  */
 
-int
+void
 destroy_fringe_bitmap (n)
      int n;
 {
@@ -1371,7 +1371,6 @@ Return nil if POS is not visible in WINDOW.  */)
      Lisp_Object pos, window;
 {
   struct window *w;
-  struct buffer *old_buffer = NULL;
   struct glyph_row *row;
   int textpos;