2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+ * xdisp.c: (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'.
+
* window.c: Don't define max.
(coordinates_in_window): Remove unused variable `uy'.
single_display_prop_string_p (prop, string)
Lisp_Object prop, string;
{
- extern Lisp_Object Qwhen, Qmargin;
-
if (EQ (string, prop))
return 1;
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))))
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;
int field_width, precision;
{
int n = 0;
- int dummy, nbytes, width;
+ int dummy, nbytes;
/* Copy at most PRECISION chars from STR. */
nbytes = strlen (str);