From f4d0459fa791a046ccc2c0ff4435993263ba7d1e Mon Sep 17 00:00:00 2001 From: Simon Hailes Date: Mon, 13 Nov 2017 08:40:44 +0000 Subject: [PATCH] kill ref to addref in Matrix.h --- src/Matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)