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
|
void
|
||||||
MainWindow::saveConstraints(QString fileName)
|
MainWindow::saveConstraints(QString /*fileName*/)
|
||||||
{
|
{
|
||||||
QMessageBox::warning(this,
|
QMessageBox::warning(this,
|
||||||
tr("saveConstraints"),
|
tr("saveConstraints"),
|
||||||
|
|
|
||||||
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue