From 76eb5d55b5436b41013870d6e11ccf9459d9e136 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 15 Aug 2016 20:31:15 +1000 Subject: [PATCH] matrix: remove redundant determinant method --- matrix.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/matrix.hpp b/matrix.hpp index d4ac9788..382e9b20 100644 --- a/matrix.hpp +++ b/matrix.hpp @@ -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&);