fix -Wextra in FreeCADGui
This commit is contained in:
@@ -58,4 +58,6 @@ void TransactionViewProvider::applyNew(App::Document& Doc, App::TransactionalObj
|
||||
void TransactionViewProvider::applyDel(App::Document& Doc, App::TransactionalObject* pcObj)
|
||||
{
|
||||
// nothing to do here
|
||||
Q_UNUSED(Doc);
|
||||
Q_UNUSED(pcObj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user