summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2009-12-10 11:30:20 -0800
committerLeyla Farazha <leyla@lindenlab.com>2009-12-10 11:30:20 -0800
commit48ba1af15e149e111592b1e9bfbc8cce4c15d5c4 (patch)
tree818c60292fbbae967eef21458e2ecad8da7dc41e /indra/newview/llpanellogin.cpp
parente2fa9eb03a054fbb3fd20e0b105ec0a1174e2113 (diff)
EXT-3047 "Block" item in "more verbs" menu of mini inspector isn't disabled when resident is blocked
EXT-3358 Cannot toggle Grid pulldown on login screen reviewed by Richard
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r--indra/newview/llpanellogin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index a729b8c06f..5e983f41c7 100644
--- a/indra/newview/llpanellogin.cpp
+++ b/indra/newview/llpanellogin.cpp
@@ -671,12 +671,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
}