kill ref to addref in Matrix.h

This commit is contained in:
Simon Hailes 2017-11-13 08:40:44 +00:00
parent bc8095534b
commit f4d0459fa7

View File

@ -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)