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
MainWindow::saveConstraints(QString fileName)
MainWindow::saveConstraints(QString /*fileName*/)
{
QMessageBox::warning(this,
tr("saveConstraints"),

View File

@ -113,7 +113,7 @@ protected:
template <typename T>
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) );
@ -262,7 +262,7 @@ template <typename T>
void
SegmentDelaunayGraphGraphicsItem<T>::paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
QWidget * widget)
QWidget * /*widget*/)
{
// painter->drawRect(boundingRect());