[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

@@ -275,14 +275,6 @@ PyObject* DrawViewPartPy::removeCosmeticVertex(PyObject *args)
return Py_None;
}
PyObject* DrawViewPartPy::replaceCosmeticVertex(PyObject *args)
{
(void) args;
Base::Console().Message("DVPP::replaceCosmeticVertex() - deprecated. do not use.\n");
return PyBool_FromLong(0l);
}
//********* Cosmetic Line Routines *********************************************