mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(x_detect_focus_change): Remove unused var `nr_events'.
(x_calc_absolute_position): Remove unused var `child'.
This commit is contained in:
parent
734e951420
commit
07a6ab76c0
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user