Update of /project/mcclim/cvsroot/mcclim/Backends/Null In directory clnet:/tmp/cvs-serv10722
Modified Files: port.lisp Log Message: removed bogus methods, lest they end up in yet another backend
--- /project/mcclim/cvsroot/mcclim/Backends/Null/port.lisp 2006/03/24 11:45:03 1.1 +++ /project/mcclim/cvsroot/mcclim/Backends/Null/port.lisp 2006/10/29 00:21:35 1.2 @@ -69,13 +69,14 @@ (defmethod port-set-sheet-region ((port null-port) (graft graft) region) ())
-(defmethod port-set-sheet-transformation - ((port null-port) (graft graft) transformation) - ()) - -(defmethod port-set-sheet-transformation - ((port null-port) (sheet mirrored-sheet-mixin) transformation) - ()) +;; these don't exist +;;;(defmethod port-set-sheet-transformation +;;; ((port null-port) (graft graft) transformation) +;;; ()) +;;; +;;;(defmethod port-set-sheet-transformation +;;; ((port null-port) (sheet mirrored-sheet-mixin) transformation) +;;; ())
(defmethod port-set-sheet-region ((port null-port) (sheet mirrored-sheet-mixin) region)