Merge pull request #6016 from sloriot/CGAL-fix_warnings

Remove unused variable
This commit is contained in:
Laurent Rineau 2021-09-29 11:46:25 +02:00
commit 43b0fbed7e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public :
filter();
});
}
bool applicable(QAction* a) const Q_DECL_OVERRIDE
bool applicable(QAction*) const Q_DECL_OVERRIDE
{
return qobject_cast<Scene_c3t3_item*>( scene->item( scene->mainSelectionIndex() ) );
}