changeset 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 9d2aeb5c05b4
children d13b14b50715
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;