diff options
Diffstat (limited to 'scene/animation/animation_cache.h')
-rw-r--r-- | scene/animation/animation_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/animation/animation_cache.h b/scene/animation/animation_cache.h index 23312ca7ec..feff1d364a 100644 --- a/scene/animation/animation_cache.h +++ b/scene/animation/animation_cache.h @@ -35,11 +35,9 @@ #include "scene/resources/animation.h" class AnimationCache : public Object { - GDCLASS(AnimationCache, Object); struct Path { - RES resource; Object *object; Skeleton3D *skeleton; // haxor |