Don't use CGAL_UNUSED

This commit is contained in:
Maxime Gimeno 2019-05-29 09:39:53 +02:00
parent 79008f1618
commit 6c581bac7f
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ public:
QList<Scene_item*> load(QFileInfo , bool& ok, bool add_to_scene=true) Q_DECL_OVERRIDE
{
CGAL_UNUSED(add_to_scene);
Q_UNUSED(add_to_scene);
ok = false;
return QList<Scene_item*>();
}