Removed redundant definition of ChainShape:getChildCount.

This commit is contained in:
Alex Szpakowski
2015-04-27 19:08:02 -03:00
parent 6e92bd8302
commit 34bf847913
4 changed files with 0 additions and 20 deletions
-5
View File
@@ -63,11 +63,6 @@ public:
**/
void setPreviousVertex(float x, float y);
/**
* Gets the number of children shapes.
**/
int getChildCount() const;
/**
* Returns a child EdgeShape.
* @param index The index of the child shape.