removed extra AgentList() constructor which got accidentally included in merge mistake

This commit is contained in:
ZappoMan 2013-04-27 14:58:38 -07:00
parent 94bb6a1b0f
commit 2d518520f5

View file

@ -1626,8 +1626,6 @@ int main(int argc, const char * argv[])
voxels_lib::printLog = & ::printLog; voxels_lib::printLog = & ::printLog;
avatars_lib::printLog = & ::printLog; avatars_lib::printLog = & ::printLog;
AgentList::createInstance(AGENT_TYPE_AVATAR);
unsigned int listenPort = AGENT_SOCKET_LISTEN_PORT; unsigned int listenPort = AGENT_SOCKET_LISTEN_PORT;
const char* portStr = getCmdOption(argc, argv, "--listenPort"); const char* portStr = getCmdOption(argc, argv, "--listenPort");
if (portStr) { if (portStr) {