matrix printfs removed

svn: r8003
This commit is contained in:
Matthias Felleisen 2007-12-13 23:26:02 +00:00
parent b167903e2c
commit 6ef244c217
2 changed files with 0 additions and 2 deletions

View File

@ -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%

View File

@ -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%