chore(path): remove getLength deprecation flag
This commit is contained in:
parent
b8aeab9180
commit
bf7f8e231d
1 changed files with 0 additions and 2 deletions
|
@ -209,8 +209,6 @@ public class Path {
|
||||||
* Compute the length of this path (in meters).
|
* Compute the length of this path (in meters).
|
||||||
*
|
*
|
||||||
* @return Total length of the path (in meters).
|
* @return Total length of the path (in meters).
|
||||||
*
|
|
||||||
* @deprecated Need to be implemented.
|
|
||||||
*/
|
*/
|
||||||
public float getLength() {
|
public float getLength() {
|
||||||
float retour = 0 ;
|
float retour = 0 ;
|
||||||
|
|
Loading…
Reference in a new issue