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) newImage(int, int)
procs: procs:
writeFile(Image, string) writeFile(Image, string)
wh(Image)
copy(Image) copy(Image)
getColor getColor
setColor setColor
@ -127,7 +126,6 @@ exportRefObject Mask:
newMask(int, int) newMask(int, int)
procs: procs:
writeFile(Mask, string) writeFile(Mask, string)
wh(Mask)
copy(Mask) copy(Mask)
getValue getValue
setValue setValue

View file