diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:32:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:39:04 +0200 |
commit | bf2373daf50595c02741f63d941fda0462535d62 (patch) | |
tree | 8648bb9d6328a43d5c1e52ca2169097ada413251 /basegfx/inc | |
parent | bb4b28f3642e6fd86881c0fd4c030b5872cde7fa (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/matrix/b3dhommatrix.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx b/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx index a3eb8d311ec4..35b506f4022a 100644 --- a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx +++ b/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx @@ -70,9 +70,6 @@ namespace basegfx /// Calc the matrix determinant double determinant() const; - /// Transpose the matrix - void transpose(); - /// Rotation void rotate(double fAngleX,double fAngleY,double fAngleZ); |