comparison src/xfns.c @ 40204:2ee3c7f9fb40

(Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' and `max_height'.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 23 Oct 2001 12:00:13 +0000
parents c495d30e2184
children 04766dd416bb
comparison
equal deleted inserted replaced
40203:9d2aeb5c05b4 40204:2ee3c7f9fb40
10959 (string, frame, parms, timeout, dx, dy) 10959 (string, frame, parms, timeout, dx, dy)
10960 Lisp_Object string, frame, parms, timeout, dx, dy; 10960 Lisp_Object string, frame, parms, timeout, dx, dy;
10961 { 10961 {
10962 struct frame *f; 10962 struct frame *f;
10963 struct window *w; 10963 struct window *w;
10964 Lisp_Object buffer, top, left, max_width, max_height;
10965 int root_x, root_y; 10964 int root_x, root_y;
10966 struct buffer *old_buffer; 10965 struct buffer *old_buffer;
10967 struct text_pos pos; 10966 struct text_pos pos;
10968 int i, width, height; 10967 int i, width, height;
10969 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; 10968 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;