Don't export wh in bindings.

This commit is contained in:
treeform 2021-09-06 10:58:45 -07:00
parent fec8d7a5d0
commit f87a6976ed
2 changed files with 0 additions and 2 deletions

View file

@ -91,7 +91,6 @@ exportRefObject Image:
newImage(int, int)
procs:
writeFile(Image, string)
wh(Image)
copy(Image)
getColor
setColor
@ -127,7 +126,6 @@ exportRefObject Mask:
newMask(int, int)
procs:
writeFile(Mask, string)
wh(Mask)
copy(Mask)
getValue
setValue

View file