aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-23 12:00:13 +0000
committerPavel Janík2001-10-23 12:00:13 +0000
commit03195c584db36c2d78e5e0f36296f19143b55604 (patch)
tree22b953bde8b9a4250afaffa38865d62ddea2bbbf /src
parent0628308181f13916cd77aa0e1cc750ce900db6db (diff)
downloademacs-03195c584db36c2d78e5e0f36296f19143b55604.tar.gz
emacs-03195c584db36c2d78e5e0f36296f19143b55604.zip
(Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width'
and `max_height'.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c1
1 files changed, 0 insertions, 1 deletions
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. */)
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;