mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 13:23:50 -04:00
We don't need this I think
This commit is contained in:
parent
de260a0f1b
commit
594cc18e3a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue