removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-17 09:50:18 +00:00
parent 68a24117bb
commit 0290ab619d
1 changed files with 2 additions and 2 deletions

View File

@ -3358,7 +3358,7 @@ namespace HomogeneousKernelFunctors {
}
Rep // Vector_2
operator()(Return_base_tag, const Point_2& p, const Origin& q) const
operator()(Return_base_tag, const Point_2& p, const Origin& ) const
{
return Rep( - p.hx(), - p.hy(), p.hw() );
}
@ -3481,7 +3481,7 @@ namespace HomogeneousKernelFunctors {
}
Rep // Vector_3
operator()(Return_base_tag, const Point_3& p, const Origin& q) const
operator()(Return_base_tag, const Point_3& p, const Origin& ) const
{
return Rep( - p.hx(), - p.hy(), - p.hz(), p.hw() );
}