]> code.delx.au - gnu-emacs/commitdiff
(face_at_buffer_position): Remove unused vars.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:05:16 +0000 (03:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:05:16 +0000 (03:05 +0000)
src/ChangeLog
src/xfaces.c

index fe6031f5a3fe806be9a589c9baece12ad7a5c406..154143c44b69833359189964f8a5501c0ed42ec9 100644 (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.
index 052f7b547ca7f4bd1e53b228b2cdfae794ebe35a..db75c8048d30070a0d0d7769c4e59f2120c15061 100644 (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;