mirror of https://github.com/CGAL/cgal
Merge pull request #6016 from sloriot/CGAL-fix_warnings
Remove unused variable
This commit is contained in:
commit
43b0fbed7e
|
|
@ -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() ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue