Previous commit mistakenly exposed a debugging function "show-cache".

It is no longer exported.
This commit is contained in:
Stephen Bloch 2012-04-29 07:31:17 -04:00
parent ddde53bed4
commit c769481d9d

View File

@ -44,7 +44,7 @@
;pixel-visible? ;pixel-visible?
; change-to-color ; change-to-color
color=? color=?
show-cache ; show-cache
) )
(provide-higher-order-primitive map-image (f _)) (provide-higher-order-primitive map-image (f _))
(provide-higher-order-primitive map3-image (rfunc gfunc bfunc _)) (provide-higher-order-primitive map3-image (rfunc gfunc bfunc _))