removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-26 08:11:41 +00:00
parent 3fc1f76a56
commit b19d4283fc
2 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public :
bool operator()( FT const& // aCurrentCost
, Profile const& //aEdgeProfile
, size_type aInitialCount
, size_type //aInitialCount
, size_type aCurrentCount
) const
{

View File

@ -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() )
{