changeset 40237:03a224de9aa7

(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'.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Oct 2001 07:03:23 +0000
parents cfec9610f2fe
children 588ccdb10b2f
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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);