matrix: remove redundant determinant method

This commit is contained in:
Danny Robson 2016-08-15 20:31:15 +10:00
parent 5ef6f936a5
commit 76eb5d55b5

View File

@ -53,8 +53,6 @@ namespace util {
matrix inverse_affine (void) const;
matrix& invert_affine (void);
T det (void) const;
matrix operator* (const matrix&) const;
matrix& operator*=(const matrix&);