mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(destroy_fringe_bitmap): Fix return type.
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
This commit is contained in:
parent
9b33d5960f
commit
c3c69bb625
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue