From: Pavel Janík Date: Tue, 23 Oct 2001 12:00:13 +0000 (+0000) Subject: (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' X-Git-Tag: ttn-vms-21-2-B4~19239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03195c584db36c2d78e5e0f36296f19143b55604;p=emacs.git (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' and `max_height'. --- diff --git a/src/xfns.c b/src/xfns.c index 088d08521ca..e5256ec3497 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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;