removing LUA script from .inl file

This commit is contained in:
Joakim Kilby
2015-07-06 18:49:52 +02:00
parent bf14a2bcc2
commit 8efbf8e3da

View File

@@ -169,17 +169,6 @@ int requestHostship(lua_State* L) {
return 0;
}
int initialized(lua_State* L) {
int nArguments = lua_gettop(L);
if (nArguments != 0)
return luaL_error(L, "Expected %i arguments, got %i", 0, nArguments);
if(OsEng.isMaster()){
OsEng.parallelConnection()->initDone();
}
return 0;
}
} // namespace luascriptfunctions
} // namespace openspace