(x_detect_focus_change): Remove unused var `nr_events'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Jun 2004 19:36:36 +0000 (19:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Jun 2004 19:36:36 +0000 (19:36 +0000)
(x_calc_absolute_position): Remove unused var `child'.

src/ChangeLog
src/xterm.c

index 9419cd2..4634dd4 100644 (file)
@@ -1,3 +1,21 @@
+2004-06-30  Stefan  <monnier@iro.umontreal.ca>
+
+       * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
+       (x_calc_absolute_position): Remove unused var `child'.
+
+       * xfaces.c (x_supports_face_attributes_p)
+       (Fdisplay_supports_face_attributes_p): YAILOM.
+       (tty_supports_face_attributes_p): Remove unused var `i'.
+
+       * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
+       back_unibyte_ok.
+
+       * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
+
+       * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
+
+       * Makefile.in (${etc}DOC): Fix file name of make-docfile.
+
 2004-06-30  Andreas Schwab  <schwab@suse.de>
 
        * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
index d4a285f..5937160 100644 (file)
@@ -3259,7 +3259,6 @@ x_detect_focus_change (dpyinfo, event, bufp)
      struct input_event *bufp;
 {
   struct frame *frame;
-  int nr_events = 0;
 
   frame = x_any_window_to_frame (dpyinfo, event->xany.window);
   if (! frame)
@@ -8199,7 +8198,6 @@ void
 x_calc_absolute_position (f)
      struct frame *f;
 {
-  Window child;
   int win_x = 0, win_y = 0;
   int flags = f->size_hint_flags;