* xdisp.c (compute_display_string_pos): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000 (22:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000 (22:24 -0700)
src/ChangeLog
src/xdisp.c

index 3717924..7c043f6 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xdisp.c (compute_display_string_pos): Remove unused local.
+
 2011-08-02  Eli Zaretskii  <eliz@gnu.org>
 
        Fix slow cursor motion and scrolling in large buffers with
index fa4b3c4..d1598e5 100644 (file)
@@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position,
   EMACS_INT lim =
     (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
   struct text_pos tpos;
-  struct buffer *b;
 
   *disp_prop_p = 1;