diff options
author | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
commit | ecd8290b3fa7484bb0587c49e8c9b01afcc48c0d (patch) | |
tree | 8ffa5b26cd135f83272fcf23262c3a14c6cea60f /indra/newview/llpanellogin.cpp | |
parent | db1af5b6cfcadd9f153cecb4d5440c69df2df7f0 (diff) |
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
factored out llwindowshade control for slide-in notifications
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 467aefc60f..8cef2df2cf 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -211,9 +211,6 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, //sendChildToBack(getChildView("channel_text")); sendChildToBack(getChildView("forgot_password_text")); - LLLineEditor* edit = getChild<LLLineEditor>("password_edit"); - if (edit) edit->setDrawAsterixes(TRUE); - if(LLStartUp::getStartSLURL().getType() != LLSLURL::LOCATION) { LLSLURL slurl(gSavedSettings.getString("LoginLocation")); |