Skip to content

Commit

Permalink
remove 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Nov 16, 2024
1 parent 07ae1f9 commit 5e177d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions section/Lua/TableFuncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ int lua_unpack(lua_State *l)
return n_stack;
}

const luaL_reg RegTableFuncsDesc[] = {{"getsize2", &lua_tablesize},
{"empty2", &lua_tableempty},
{"getn2", (lua_CFunction)0x00927C20},
const luaL_reg RegTableFuncsDesc[] = {{"getsize", &lua_tablesize},
{"empty", &lua_tableempty},
{"clone", &TableClone},
{"unpack", &lua_unpack},
{nullptr, nullptr}};
Expand Down

0 comments on commit 5e177d3

Please sign in to comment.