From 75980ac1c084faf982810c805310a0fbb002b8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 8 Jun 2011 09:53:06 +0000 Subject: [PATCH] remove unused var warnings --- .../demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp | 2 +- .../include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GraphicsView/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp b/GraphicsView/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp index ffbe06b2276..1cc529b4227 100644 --- a/GraphicsView/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp +++ b/GraphicsView/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp @@ -353,7 +353,7 @@ MainWindow::on_actionSaveConstraints_triggered() void -MainWindow::saveConstraints(QString fileName) +MainWindow::saveConstraints(QString /*fileName*/) { QMessageBox::warning(this, tr("saveConstraints"), diff --git a/GraphicsView/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h b/GraphicsView/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h index 7e45fc26cc0..e8ccc4395b8 100644 --- a/GraphicsView/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h +++ b/GraphicsView/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h @@ -113,7 +113,7 @@ protected: template void -SegmentDelaunayGraphGraphicsItem::drawDualEdge(QPainter *painter, typename T::Edge e) +SegmentDelaunayGraphGraphicsItem::drawDualEdge(QPainter */*painter*/, typename T::Edge e) { CGAL_precondition( ! t->is_infinite(e) ); @@ -262,7 +262,7 @@ template void SegmentDelaunayGraphGraphicsItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, - QWidget * widget) + QWidget * /*widget*/) { // painter->drawRect(boundingRect());