1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(destroy_fringe_bitmap): Fix return type.

(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
This commit is contained in:
Kim F. Storm 2004-11-09 13:23:32 +00:00
parent 9b33d5960f
commit c3c69bb625

View 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;