Remove commented code

This commit is contained in:
Amy Grinn 2024-12-20 08:59:28 -05:00
parent 4a46d3d1d1
commit 3f463a9a61
No known key found for this signature in database
GPG key ID: 6B558BED1DCF3192

View file

@ -77,9 +77,6 @@
(define-foreign draw-image
"canvas" "drawImage"
(ref extern) (ref extern) f64 f64 f64 f64 f64 f64 f64 f64 -> none)
;; (define-foreign stroke
;; "canvas" "stroke"
;; (ref extern) -> none)
(define-foreign restore!
"canvas" "restore"
(ref extern) -> none)