mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed redundant definition of ChainShape:getChildCount.
This commit is contained in:
@@ -37,7 +37,6 @@ ChainShape *luax_checkchainshape(lua_State *L, int idx);
|
||||
|
||||
int w_ChainShape_setNextVertex(lua_State *L);
|
||||
int w_ChainShape_setPreviousVertex(lua_State *L);
|
||||
int w_ChainShape_getChildCount(lua_State *L);
|
||||
int w_ChainShape_getChildEdge(lua_State *L);
|
||||
int w_ChainShape_getVertexCount(lua_State *L);
|
||||
int w_ChainShape_getPoint(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user