remove unused constructor for matrix_node
This commit is contained in:
parent
7ba45aa9ab
commit
e23c263ba8
1 changed files with 0 additions and 3 deletions
|
@ -53,9 +53,6 @@ struct matrix_node
|
|||
expr_node e_;
|
||||
expr_node f_;
|
||||
|
||||
explicit matrix_node(double const* m)
|
||||
: a_(m[0]), b_(m[1]), c_(m[2]), d_(m[3]), e_(m[4]), f_(m[5]) {}
|
||||
|
||||
template <typename T>
|
||||
explicit matrix_node(T const& m)
|
||||
: a_(m.sx), b_(m.shy), c_(m.shx), d_(m.sy), e_(m.tx), f_(m.ty) {}
|
||||
|
|
Loading…
Reference in a new issue