[mcclim-cvs] CVS mcclim/Goatee
rstrandh
rstrandh at common-lisp.net
Thu Jul 19 10:41:57 UTC 2007
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
More information about the Mcclim-cvs
mailing list