summaryrefslogtreecommitdiff
path: root/indra/newview/llloginhandler.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-09 17:37:52 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-09 17:37:52 -0400
commitf1519deb9ed8aacc2cc5d9c023bb7f5abba62313 (patch)
tree3fe36e6ebd20943d82763d8fe1e19f89b13fa882 /indra/newview/llloginhandler.cpp
parented9685e41b1b91f63de1964661dacb0718f73186 (diff)
parent825b4339db535c2672fd5b8779d142f093aec974 (diff)
merge
Diffstat (limited to 'indra/newview/llloginhandler.cpp')
-rwxr-xr-xindra/newview/llloginhandler.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/indra/newview/llloginhandler.cpp b/indra/newview/llloginhandler.cpp
index 9b4f146332..39f3c0f113 100755
--- a/indra/newview/llloginhandler.cpp
+++ b/indra/newview/llloginhandler.cpp
@@ -96,33 +96,6 @@ bool LLLoginHandler::handle(const LLSD& tokens,
return true;
}
- if (tokens.size() == 1
- && tokens[0].asString() == "show")
- {
- // We're using reg-in-client, so show the XUI login widgets
- LLPanelLogin::showLoginWidgets();
- return true;
- }
-
- if (tokens.size() == 1
- && tokens[0].asString() == "reg")
- {
- LLWindow* window = gViewerWindow->getWindow();
- window->incBusyCount();
- window->setCursor(UI_CURSOR_ARROW);
-
- // Do this first, as it may be slow and we want to keep something
- // on the user's screen as long as possible
- LLWeb::loadURLExternal( "http://join.eniac15.lindenlab.com/" );
-
- window->decBusyCount();
- window->setCursor(UI_CURSOR_ARROW);
-
- // Then hide the window
- window->minimize();
- return true;
- }
-
// Make sure window is visible
LLWindow* window = gViewerWindow->getWindow();
if (window->getMinimized())