diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-12-10 11:32:02 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-12-10 11:32:02 -0800 |
commit | 0d550432b9880fe32c1d3533da6e83a7b9872ed4 (patch) | |
tree | c3201cc406e615822ea73de81c51650ab89068b1 /indra/newview/llpanellogin.cpp | |
parent | ae9ca1be630e47e2314eabf9b8edb16eadda9828 (diff) | |
parent | 48ba1af15e149e111592b1e9bfbc8cce4c15d5c4 (diff) |
merge
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index a5bfa18851..063491494e 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -677,12 +677,8 @@ void LLPanelLogin::refreshLocation( bool force_visible ) sInstance->childSetVisible("start_location_combo", show_start); sInstance->childSetVisible("start_location_text", show_start); -#if LL_RELEASE_FOR_DOWNLOAD BOOL show_server = gSavedSettings.getBOOL("ForceShowGrid"); sInstance->childSetVisible("server_combo", show_server); -#else - sInstance->childSetVisible("server_combo", TRUE); -#endif #endif } |