[TechDraw] Remove deprecated replaceCosmeticVertex

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-02 12:51:43 +02:00
committed by WandererFan
parent 7e230725b9
commit a017cb41bc
5 changed files with 3 additions and 22 deletions

View File

@@ -152,14 +152,6 @@ void CosmeticExtension::removeCosmeticVertex(std::vector<std::string> delTags)
}
}
bool CosmeticExtension::replaceCosmeticVertex(CosmeticVertex* newCV)
{
(void) newCV;
Base::Console().Message("CX::replaceCosmeticVertex() - deprecated. do not use.\n");
bool result = false;
return result;
}
//********** Cosmetic Edge *****************************************************
//returns unique CE id