mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:35:45 +02:00
removed extra AgentList() constructor which got accidentally included in merge mistake
This commit is contained in:
parent
94bb6a1b0f
commit
2d518520f5
1 changed files with 0 additions and 2 deletions
|
@ -1626,8 +1626,6 @@ int main(int argc, const char * argv[])
|
|||
voxels_lib::printLog = & ::printLog;
|
||||
avatars_lib::printLog = & ::printLog;
|
||||
|
||||
AgentList::createInstance(AGENT_TYPE_AVATAR);
|
||||
|
||||
unsigned int listenPort = AGENT_SOCKET_LISTEN_PORT;
|
||||
const char* portStr = getCmdOption(argc, argv, "--listenPort");
|
||||
if (portStr) {
|
||||
|
|
Loading…
Reference in a new issue