From 4cebe6fbdec25f6723158e0a9ef6985679ed289f Mon Sep 17 00:00:00 2001 From: cutealien Date: Fri, 20 Aug 2021 16:44:23 +0000 Subject: [PATCH] Remove commented out code. Forgot to remove that earlier. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6235 dfc29bdd-3216-0410-991c-e03cc46cb475 --- source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp b/source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp index ac38549f..c7e39d1b 100644 --- a/source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp +++ b/source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp @@ -22,8 +22,6 @@ CSceneNodeAnimatorFollowSpline::CSceneNodeAnimatorFollowSpline(u32 time, #endif StartTime = time; - //if (points.size() != 0) - // LastPos = points[0]; }