Mercurial > emacs
changeset 88106:8feaae3c4e31
(face_at_buffer_position): Remove unused vars.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 01 Feb 2008 03:05:16 +0000 |
parents | 44fd682c485a |
children | 5c60e04e322f |
files | src/ChangeLog src/xfaces.c |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Feb 01 03:00:55 2008 +0000 +++ b/src/ChangeLog Fri Feb 01 03:05:16 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> + + * xfaces.c (face_at_buffer_position): Remove unused vars. + 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> * ccl.c (CCL_WRITE_CHAR): Fix overflow checking.
--- a/src/xfaces.c Fri Feb 01 03:00:55 2008 +0000 +++ b/src/xfaces.c Fri Feb 01 03:05:16 2008 +0000 @@ -7744,8 +7744,6 @@ struct frame *f = XFRAME (w->frame); Lisp_Object attrs[LFACE_VECTOR_SIZE]; Lisp_Object prop, position; - int i, noverlays; - Lisp_Object *overlay_vec; Lisp_Object frame; int endpos; Lisp_Object propname = mouse ? Qmouse_face : Qface;