From 0ec01abf04982cc2f1dcb49905bf883808573d0d Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Thu, 29 Nov 2018 17:59:03 +0900 Subject: [PATCH] lottie/vector: remove @todo as the issue is fixed. Change-Id: Ieb62efbed8939e7f9776cbcfb6091f71851783a4 --- src/vector/vpath.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vector/vpath.h b/src/vector/vpath.h index f336103..be89db6 100644 --- a/src/vector/vpath.h +++ b/src/vector/vpath.h @@ -143,7 +143,6 @@ inline int VPath::segments() const inline float VPath::length() const { - // TODO re-calculate when there is a change return d->length(); } -- 2.34.1