Update of /project/mcclim/cvsroot/mcclim/Goatee In directory clnet:/tmp/cvs-serv4089/Goatee
Modified Files: clim-area.lisp Log Message: Removed IGNORE declaration of undefined variables.
--- /project/mcclim/cvsroot/mcclim/Goatee/clim-area.lisp 2006/05/09 14:01:09 1.34 +++ /project/mcclim/cvsroot/mcclim/Goatee/clim-area.lisp 2007/07/19 10:41:56 1.35 @@ -299,7 +299,6 @@
(defmethod climi::map-over-output-records-1 (function (record simple-screen-area) function-args) - (declare (ignore x-offset y-offset)) (if function-args (loop for line = (area-first-line record) then (next line) while line