remove unused var warnings

This commit is contained in:
Sébastien Loriot 2011-06-08 09:53:06 +00:00
parent 4fdb182b99
commit 75980ac1c0
2 changed files with 3 additions and 3 deletions

View File

@ -353,7 +353,7 @@ MainWindow::on_actionSaveConstraints_triggered()
void void
MainWindow::saveConstraints(QString fileName) MainWindow::saveConstraints(QString /*fileName*/)
{ {
QMessageBox::warning(this, QMessageBox::warning(this,
tr("saveConstraints"), tr("saveConstraints"),

View File

@ -113,7 +113,7 @@ protected:
template <typename T> template <typename T>
void void
SegmentDelaunayGraphGraphicsItem<T>::drawDualEdge(QPainter *painter, typename T::Edge e) SegmentDelaunayGraphGraphicsItem<T>::drawDualEdge(QPainter */*painter*/, typename T::Edge e)
{ {
CGAL_precondition( ! t->is_infinite(e) ); CGAL_precondition( ! t->is_infinite(e) );
@ -262,7 +262,7 @@ template <typename T>
void void
SegmentDelaunayGraphGraphicsItem<T>::paint(QPainter *painter, SegmentDelaunayGraphGraphicsItem<T>::paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, const QStyleOptionGraphicsItem *option,
QWidget * widget) QWidget * /*widget*/)
{ {
// painter->drawRect(boundingRect()); // painter->drawRect(boundingRect());