summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-11-09 13:23:32 +0000
committerKim F. Storm <storm@cua.dk>2004-11-09 13:23:32 +0000
commitc3c69bb62580a1f4f77afdcf2dee92fc3f867fec (patch)
treeb58340e9c6a1160b2d8c977305bb597cb3577a26 /src
parent9b33d5960f6dc5bd0e41d679841661096dbd7f30 (diff)
(destroy_fringe_bitmap): Fix return type.
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 44c36d12b6b..3f1b74a78e8 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -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;