As AIStateMachine moved outside newview, there is no longer any need to pass AIStateMachine::flush to initCurl()

This commit is contained in:
Aleric Inglewood
2012-11-07 02:05:30 +01:00
parent e88c39b090
commit 1a43bc8abf
3 changed files with 5 additions and 10 deletions

View File

@@ -617,7 +617,7 @@ bool LLAppViewer::init()
// <edit>
// Curl must be initialized before any thread is running.
AICurlInterface::initCurl(&AIStateMachine::flush);
AICurlInterface::initCurl();
// Logging is initialized. Now it's safe to start the error thread.
startErrorThread();