summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-03 12:48:40 -0800
committerJames Cook <james@lindenlab.com>2010-02-03 12:48:40 -0800
commitd489216b6ef41f0d22f3a9062ba6daacc67bc038 (patch)
tree6888acece9d8cbdc358170a4ab69478e09c545d9 /indra/newview/llstartup.cpp
parent146e9d5e4d9a9a4f33d9ccd47a901980972b7ab9 (diff)
Moved LLUrlEntryAgent back into llui library in prep for merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 0ba5fa9866..0f509422ef 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -144,9 +144,7 @@
#include "llui.h"
#include "llurldispatcher.h"
#include "llurlsimstring.h"
-#include "llurlentryagent.h" // IDEVO
#include "llurlhistory.h"
-#include "llurlregistry.h" // IDEVO
#include "llurlwhitelist.h"
#include "llvieweraudio.h"
#include "llviewerassetstorage.h"
@@ -1284,9 +1282,6 @@ bool idle_startup()
gCacheName->LocalizeCacheName("none", LLTrans::getString("GroupNameNone"));
// Load stored cache if possible
LLAppViewer::instance()->loadNameCache();
-
- // Handle secondlife:///app/agent name lookups IDEVO
- LLUrlRegistry::getInstance()->registerUrl(new LLUrlEntryAgent(), true);
}
// *Note: this is where gWorldMap used to be initialized.