mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
removing LUA script from .inl file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user