chore(path): remove getLength deprecation flag

This commit is contained in:
Paul Alnet 2024-03-25 09:04:35 +01:00
parent b8aeab9180
commit bf7f8e231d

View file

@ -209,8 +209,6 @@ public class Path {
* Compute the length of this path (in meters).
*
* @return Total length of the path (in meters).
*
* @deprecated Need to be implemented.
*/
public float getLength() {
float retour = 0 ;