Removed vestigial internal code for Data:getPointer

This commit is contained in:
Alex Szpakowski
2013-04-26 22:05:58 -07:00
parent 5c2b70f8ab
commit 16f3a93f28
8 changed files with 0 additions and 15 deletions
-1
View File
@@ -88,7 +88,6 @@ static const luaL_Reg functions[] =
{
// Data
// { "getPointer", w_Data_getPointer },
{ "getSize", w_Data_getSize },
{ "getChannels", w_SoundData_getChannels },
-1
View File
@@ -31,7 +31,6 @@ namespace sound
{
SoundData *luax_checksounddata(lua_State *L, int idx);
int w_getPointer(lua_State *L);
int w_getSize(lua_State *L);
int w_getChannels(lua_State *L);
int w_getBits(lua_State *L);