Browse Source

Disable Data:getPointer (issue #520)

Bart van Strien 12 years ago
parent
commit
82ea98aa65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/wrap_Data.cpp

+ 1 - 1
src/common/wrap_Data.cpp

@@ -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 }
 };