Browse Source

Removed commented code.

Kieran Cunney 14 years ago
parent
commit
47e8b5b5a0
1 changed files with 0 additions and 25 deletions
  1. 0 25
      gameplay/src/AnimationTarget.h

+ 0 - 25
gameplay/src/AnimationTarget.h

@@ -47,31 +47,6 @@ public:
      */
     virtual void setAnimationPropertyValue(int propertyId, AnimationValue* value) = 0;
 
-    /**
-     * Gets the number of Animations on this target.
-     * 
-     * @return The number of Animations targeting this object.
-     */
-    //unsigned int getAnimationCount() const;
-
-    /**
-     * Gets the Animation with the given index.
-     * 
-     * @param index The index of the Animation to return.
-     *
-     * @return The Animation at the given index.
-     */
-    //Animation* getAnimation(unsigned int index) const;
-
-    /**
-     * Finds the Animation with the given ID.
-     * 
-     * @param id The ID of the Animation to get.
-     * 
-     * @return The Animation with the given ID. NULL if the Animation is not found.
-     */
-    //Animation* getAnimation(const char* id) const;
-
 protected:
     
     enum TargetType