mirror of https://github.com/CGAL/cgal
remove unused var warnings
This commit is contained in:
parent
4fdb182b99
commit
75980ac1c0
|
|
@ -353,7 +353,7 @@ MainWindow::on_actionSaveConstraints_triggered()
|
|||
|
||||
|
||||
void
|
||||
MainWindow::saveConstraints(QString fileName)
|
||||
MainWindow::saveConstraints(QString /*fileName*/)
|
||||
{
|
||||
QMessageBox::warning(this,
|
||||
tr("saveConstraints"),
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue