[movitz-cvs] CVS update: movitz/stream-image.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Jul 8 18:53:38 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv20865
Modified Files:
stream-image.lisp
Log Message:
Removed references to the old movitz-vector class.
Date: Thu Jul 8 11:53:38 2004
Author: ffjeld
Index: movitz/stream-image.lisp
diff -u movitz/stream-image.lisp:1.7 movitz/stream-image.lisp:1.8
--- movitz/stream-image.lisp:1.7 Tue Jun 29 16:15:52 2004
+++ movitz/stream-image.lisp Thu Jul 8 11:53:38 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Mon Aug 27 14:46:50 2001
;;;;
-;;;; $Id: stream-image.lisp,v 1.7 2004/06/29 23:15:52 ffjeld Exp $
+;;;; $Id: stream-image.lisp,v 1.8 2004/07/08 18:53:38 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -89,8 +89,6 @@
(read-binary 'movitz-funobj (image-stream image)))
(:basic-vector
(read-binary 'movitz-basic-vector (image-stream image)))
- (:vector
- (read-binary 'movitz-vector (image-stream image)))
(:defstruct
(read-binary 'movitz-struct (image-stream image)))
(:std-instance
More information about the Movitz-cvs
mailing list