]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_tree): Remove unused var alist.
authorKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:04:05 +0000 (15:04 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:04:05 +0000 (15:04 +0000)
src/window.c

index a9e2569cbf140c3cfc3daa9c682e007b369dffa0..96cafc5820e4400400a024e7b05a9ee4bbfbec85 100644 (file)
@@ -6293,7 +6293,6 @@ selected frame.  */)
      (frame)
      Lisp_Object frame;
 {
-  Lisp_Object alist;
   FRAME_PTR f;
 
   if (NILP (frame))