Remove Fixture:getNext, it was just for testing

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 17:14:03 -04:00
parent 221d9699f6
commit 3bd2316c6c
4 changed files with 0 additions and 26 deletions
-1
View File
@@ -43,7 +43,6 @@ namespace box2d
int w_Fixture_isSensor(lua_State * L);
int w_Fixture_getBody(lua_State * L);
int w_Fixture_getShape(lua_State * L);
int w_Fixture_getNext(lua_State * L);
int w_Fixture_testPoint(lua_State * L);
int w_Fixture_rayCast(lua_State * L);
int w_Fixture_setFilterData(lua_State * L);