Disable Data:getPointer (issue #520)

This commit is contained in:
Bart van Strien
2012-12-15 14:13:23 +01:00
parent b10ff8da42
commit 82ea98aa65
+1 -1
View File
@@ -44,7 +44,7 @@ int w_Data_getSize(lua_State *L)
const luaL_Reg w_Data_functions[] =
{
{ "getPointer", w_Data_getPointer },
// { "getPointer", w_Data_getPointer },
{ "getSize", w_Data_getSize },
{ 0, 0 }
};