[TechDraw] Remove deprecated replaceCenterLine

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-02 12:54:26 +02:00
committed by WandererFan
parent 0bb56ad93f
commit 8719b71e39
4 changed files with 0 additions and 34 deletions

View File

@@ -103,11 +103,6 @@
<UserDocu>cl = getCenterLineBySelection(name) - returns CenterLine by name (Edge25). Used in selections</UserDocu>
</Documentation>
</Methode>
<Methode Name="replaceCenterLine">
<Documentation>
<UserDocu>replaceCenterLine(cl) - replacls CenterLine cl in View. Returns True/False.</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeCenterLine">
<Documentation>
<UserDocu>removeCenterLine(cl) - remove CenterLine cl from View. Returns None.</UserDocu>