diff --git a/src/Matrix.h b/src/Matrix.h index e904344..81e89b2 100755 --- a/src/Matrix.h +++ b/src/Matrix.h @@ -135,7 +135,8 @@ public: JSFUNC(Reshape) - JSFUNC(Addref) +// leave this out - can't see a way it could be useful to us, as release() always completely forgets the data +//JSFUNC(Addref) JSFUNC(Release) JSFUNC(GetrefCount)