diff 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
line wrap: on
line diff
--- a/src/xfns.c	Tue Oct 23 11:58:29 2001 +0000
+++ b/src/xfns.c	Tue Oct 23 12:00:13 2001 +0000
@@ -10961,7 +10961,6 @@
 {
   struct frame *f;
   struct window *w;
-  Lisp_Object buffer, top, left, max_width, max_height;
   int root_x, root_y;
   struct buffer *old_buffer;
   struct text_pos pos;