Removed functions that were deprecated in 0.9.1

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-03-12 02:24:21 -03:00
parent 60cd1456ea
commit a94637ef2b
7 changed files with 0 additions and 42 deletions
@@ -50,7 +50,6 @@ 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_getMaxTextureSize(lua_State *L);
int w_newImage(lua_State *L);
int w_newQuad(lua_State *L);
int w_newFont(lua_State *L);
@@ -82,7 +81,6 @@ int w_getLineStyle(lua_State *L);
int w_getLineJoin(lua_State *L);
int w_setPointSize(lua_State *L);
int w_getPointSize(lua_State *L);
int w_getMaxPointSize(lua_State *L);
int w_setWireframe(lua_State *L);
int w_isWireframe(lua_State *L);
int w_newScreenshot(lua_State *L);