# HG changeset patch # User Pavel Jank # Date 1003907003 0 # Node ID 03a224de9aa70ac6391a94635d76e951e1f2b70d # Parent cfec9610f2feddee1e7aa01a740aa8135ba1f11c (display_prop_string_p): Remove unused local declaration of `Qwhen'. (single_display_prop_string_p): Remove unused local declarations of `Qwhen' and `Qmargin'. (string_buffer_position): Remove unused variable `around'. (store_frame_title): Remove unused variable `width'. diff -r cfec9610f2fe -r 03a224de9aa7 src/xdisp.c --- a/src/xdisp.c Wed Oct 24 06:36:27 2001 +0000 +++ b/src/xdisp.c Wed Oct 24 07:03:23 2001 +0000 @@ -3138,8 +3138,6 @@ single_display_prop_string_p (prop, string) Lisp_Object prop, string; { - extern Lisp_Object Qwhen, Qmargin; - if (EQ (string, prop)) return 1; @@ -3175,8 +3173,6 @@ display_prop_string_p (prop, string) Lisp_Object prop, string; { - extern Lisp_Object Qwhen, Qmargin; - if (CONSP (prop) && CONSP (XCAR (prop)) && !EQ (Qmargin, XCAR (XCAR (prop)))) @@ -3222,7 +3218,6 @@ Lisp_Object string; int around_charpos; { - Lisp_Object around = make_number (around_charpos); Lisp_Object limit, prop, pos; const int MAX_DISTANCE = 1000; int found = 0; @@ -7140,7 +7135,7 @@ int field_width, precision; { int n = 0; - int dummy, nbytes, width; + int dummy, nbytes; /* Copy at most PRECISION chars from STR. */ nbytes = strlen (str);