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
-6
View File
@@ -85,12 +85,6 @@ EdgeShape *ChainShape::getChildEdge(int index) const
return new EdgeShape(e, true);
}
int ChainShape::getChildCount() const
{
b2ChainShape *c = (b2ChainShape *)shape;
return c->GetChildCount();
}
int ChainShape::getVertexCount() const
{
b2ChainShape *c = (b2ChainShape *)shape;