From 03195c584db36c2d78e5e0f36296f19143b55604 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 23 Oct 2001 12:00:13 +0000 Subject: [PATCH] (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' and `max_height'. --- src/xfns.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5