Less C code, and more namespacing is better.

This commit is contained in:
Adam Harrison
2021-09-20 23:42:39 -04:00
parent c01c5a23b0
commit e13529444f
3 changed files with 3 additions and 4 deletions
-3
View File
@@ -152,9 +152,6 @@ init_lua:
lua_setglobal(L, "LINUX");
#endif
lua_newtable(L);
lua_setfield(L, LUA_REGISTRYINDEX, "native_plugins");
const char *init_lite_code = \
"local core\n"
"xpcall(function()\n"