Removed some unused functions and fixed up some wrap_ headers

This commit is contained in:
Alex Szpakowski
2013-09-26 00:48:48 -03:00
parent bcee9a222b
commit 1be8ac5be4
9 changed files with 16 additions and 43 deletions
@@ -48,6 +48,7 @@ int w_getDimensions(lua_State *L);
int w_setScissor(lua_State *L);
int w_getScissor(lua_State *L);
int w_setStencil(lua_State *L);
int w_setInvertedStencil(lua_State *L);
int w_getMaxImageSize(lua_State *L);
int w_newImage(lua_State *L);
int w_newGeometry(lua_State *L);
@@ -99,6 +100,7 @@ int w_line(lua_State *L);
int w_rectangle(lua_State *L);
int w_circle(lua_State *L);
int w_arc(lua_State *L);
int w_polygon(lua_State *L);
int w_push(lua_State *L);
int w_pop(lua_State *L);
int w_rotate(lua_State *L);