matrix printfs removed
svn: r8003
This commit is contained in:
parent
b167903e2c
commit
6ef244c217
|
@ -8,7 +8,6 @@
|
|||
(lib "pconvert.ss")
|
||||
(lib "pretty.ss"))
|
||||
|
||||
(printf "loading module matrix-unit @ bmatrix\n")
|
||||
;; [Matrix X] = [BST X]
|
||||
(define bmatrix%
|
||||
(class object%
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
(define (v-m VM) (send VM get-M))
|
||||
(define (v? VM) (is-a? VM visible-matrix%))
|
||||
|
||||
(printf "loading module matrix.ss @ visible-matrix\n")
|
||||
;; representing a matrix that renders itself as an image, as in image.ss
|
||||
(define visible-matrix%
|
||||
(class cache-image-snip%
|
||||
|
|
Loading…
Reference in New Issue
Block a user