Removed unused arguments

This commit is contained in:
Andreas Fabri 2007-03-27 07:50:52 +00:00
parent c7e831b9ac
commit 6bebd63010
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct Red_blue_convert_info
} }
inline inline
const Info& operator()(const Info& info0, const Info& info1, bool) const { const Info& operator()(const Info& info0, const Info& , bool) const {
// just return the info of the supporting segment // just return the info of the supporting segment
return info0; return info0;
} }