(face_at_buffer_position): Remove unused vars.

This commit is contained in:
Stefan Monnier 2008-02-01 03:05:16 +00:00
parent 5c1f16b06e
commit d6abfc14fe
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -7744,8 +7744,6 @@ face_for_overlay_string (w, pos, region_beg, region_end,
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;