fix Coverity issues
This commit is contained in:
@@ -666,7 +666,6 @@ void CmdPartDesignMoveFeature::activated(int iMsg)
|
||||
bool CmdPartDesignMoveFeature::isActive(void)
|
||||
{
|
||||
return hasActiveDocument () && !PartDesignGui::isLegacyWorkflow ( getDocument () );
|
||||
return hasActiveDocument ();
|
||||
}
|
||||
|
||||
DEF_STD_CMD_A(CmdPartDesignMoveFeatureInTree);
|
||||
|
||||
Reference in New Issue
Block a user