(Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width'
authorPavel Janík <Pavel@Janik.cz>
Tue, 23 Oct 2001 12:00:13 +0000 (12:00 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 23 Oct 2001 12:00:13 +0000 (12:00 +0000)
and `max_height'.

src/xfns.c

index 088d085..e5256ec 100644 (file)
@@ -10961,7 +10961,6 @@ Text larger than the specified size is clipped.  */)
 {
   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;