elua: no need for luaL_openlibs, the lib does that

This commit is contained in:
Daniel Kolesa 2015-04-08 16:30:44 +01:00 committed by Daniel Kolesa
parent 92ad720127
commit 098f2ad4cd
1 changed files with 0 additions and 2 deletions

View File

@ -404,8 +404,6 @@ elua_main(lua_State *L)
lua_gc(L, LUA_GCSTOP, 0);
luaL_openlibs(L);
elua_prefix = eina_prefix_new(elua_progname, elua_main, "ELUA", "elua", "checkme",
PACKAGE_BIN_DIR, "", PACKAGE_DATA_DIR,
LOCALE_DIR);