We don't need this I think

This commit is contained in:
Jasmine 2025-03-11 19:10:23 -04:00
parent de260a0f1b
commit 594cc18e3a

View file

@ -231,8 +231,6 @@ class CC_DLL CCCatmullRomTo : public CCCardinalSplineTo
{
GEODE_FRIEND_MODIFY
public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCCatmullRomTo, CCCardinalSplineTo)
/** creates an action with a Cardinal Spline array of points and tension
* @code
* when this function bound to js,the input params are changed
@ -257,8 +255,6 @@ class CC_DLL CCCatmullRomBy : public CCCardinalSplineBy
{
GEODE_FRIEND_MODIFY
public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCCatmullRomBy, CCCardinalSplineBy)
/** creates an action with a Cardinal Spline array of points and tension
* @code
* when this function bound to js,the input params are changed