From 6bebd6301004fc253f15d9a12bb304f22e104b13 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 27 Mar 2007 07:50:52 +0000 Subject: [PATCH] Removed unused arguments --- .../examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp b/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp index ae4431841c3..1225845c46e 100644 --- a/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp +++ b/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp @@ -45,7 +45,7 @@ struct Red_blue_convert_info } 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 return info0; }