فهرست منبع

Removing unused debug vars.

Kieran Cunney 14 سال پیش
والد
کامیت
96b34e6f07
2فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 1
      gameplay/src/AnimationClip.cpp
  2. 0 2
      gameplay/src/AnimationClip.h

+ 0 - 1
gameplay/src/AnimationClip.cpp

@@ -7,7 +7,6 @@
 
 namespace gameplay
 {
-    int AnimationClip::_crazyCounter = 0;
 
 AnimationClip::AnimationClip(const char* id, Animation* animation, unsigned long startTime, unsigned long endTime)
     : _id(id), _animation(animation), _startTime(startTime), _endTime(endTime), _duration(_endTime - _startTime), _repeatCount(1.0f), 

+ 0 - 2
gameplay/src/AnimationClip.h

@@ -27,8 +27,6 @@ public:
      */
     static const unsigned int REPEAT_INDEFINITE = 0;
 
-    static int _crazyCounter;
-
     /**
      * Defines an animation event listener.
      */