mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
Removed unnecessary forward declaration.
This commit is contained in:
parent
1ab0a4e3e3
commit
701f16dc71
@ -59,8 +59,6 @@ void _Cocos2dxSkeleton_dispose (Skeleton* self) {
|
||||
FREE(self);
|
||||
}
|
||||
|
||||
class CCSkeleton;
|
||||
|
||||
Skeleton* _Cocos2dxSkeleton_create (SkeletonData* data, CCSkeleton* node) {
|
||||
Cocos2dxSkeleton* self = NEW(Cocos2dxSkeleton);
|
||||
_Skeleton_init(SUPER(self), data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user