diff -r e4f25b44e240 -r 12aca5d5a51e types.h --- a/types.h Sun Mar 24 21:45:19 2013 +0200 +++ b/types.h Mon Mar 25 00:44:11 2013 +0200 @@ -62,10 +62,6 @@ return mult (mOther); } - matrix& operator*= (matrix mOther) { - return operator= (mult (mOther)); - } - inline double& operator[] (const uint uIndex) { return faValues[uIndex]; }