From 3a22d644da666c934c4cf218687da5814c7b43bb Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Mon, 15 Jan 2007 20:06:42 +0000 Subject: small fix svn path=/trunk/externals/iem/iemmatrix/; revision=7338 --- src/mtx_mul.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/mtx_mul.c') diff --git a/src/mtx_mul.c b/src/mtx_mul.c index bd6aace..a79b374 100644 --- a/src/mtx_mul.c +++ b/src/mtx_mul.c @@ -23,23 +23,6 @@ */ -t_matrixfloat*mtx_doMultiply(int rowA, t_matrixfloat*A, int colArowB, t_matrixfloat*B, int colB){ - t_matrixfloat*result=0; - int r, c, n; - - if(!A || !B || !rowA || !colArowB || !colB)return 0; - result=(t_matrixfloat*)getbytes(sizeof(t_matrixfloat)*rowA*colB); - - for(r=0; r