From: subhransu mohanty Date: Thu, 29 Nov 2018 08:59:03 +0000 (+0900) Subject: lottie/vector: remove @todo as the issue is fixed. X-Git-Tag: submit/tizen/20181211.054046~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F194142%2F2;p=platform%2Fcore%2Fuifw%2Flottie-player.git lottie/vector: remove @todo as the issue is fixed. Change-Id: Ieb62efbed8939e7f9776cbcfb6091f71851783a4 --- 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(); }