remove warning: unused parameter

This commit is contained in:
Shlomo Golubev 2007-09-22 18:31:06 +00:00
parent 0d58a3230c
commit 73a01d54df
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ public:
* \param cv The curve.
* \return (true) if the curve is a vertical segment; (false) otherwise.
*/
bool operator() (const X_monotone_curve_2& cv) const
bool operator() (const X_monotone_curve_2&) const
{
// A rational function can never be vertical:
return (false);