summaryrefslogtreecommitdiff
path: root/indra/newview/llloginhandler.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-09-22 15:41:46 -0700
committercallum_linden <none@none>2014-09-22 15:41:46 -0700
commit82dd0453aa2a344b6de3c289d367ab6847e5f8d2 (patch)
tree909c80b50a2a772d3a2454dba89a1d5e27b41979 /indra/newview/llloginhandler.cpp
parent499f5aa9a4b46d61ee94b26d5c86bc032766af70 (diff)
parentbbbbbd24508a91f15a45d2a085c8d6249d47c915 (diff)
Merge with top of viewer-release
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())