mirror of https://github.com/CGAL/cgal
removed unused parameters
This commit is contained in:
parent
3fc1f76a56
commit
b19d4283fc
|
|
@ -64,7 +64,7 @@ public :
|
|||
|
||||
bool operator()( FT const& // aCurrentCost
|
||||
, Profile const& //aEdgeProfile
|
||||
, size_type aInitialCount
|
||||
, size_type //aInitialCount
|
||||
, size_type aCurrentCount
|
||||
) const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -489,7 +489,6 @@ int index_of_max_component ( V const& v )
|
|||
int i = 0 ;
|
||||
|
||||
FT max = v.x();
|
||||
FT y = v.y();
|
||||
|
||||
if ( max < v.y() )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue