aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llpanellogin.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp
index 1dff8e7..09e2cee 100644
--- a/linden/indra/newview/llpanellogin.cpp
+++ b/linden/indra/newview/llpanellogin.cpp
@@ -789,12 +789,7 @@ void LLPanelLogin::refreshLocation( bool force_visible )
789 sInstance->childSetVisible("start_location_combo", show_start); 789 sInstance->childSetVisible("start_location_combo", show_start);
790 sInstance->childSetVisible("start_location_text", show_start); 790 sInstance->childSetVisible("start_location_text", show_start);
791 791
792#if LL_RELEASE_FOR_DOWNLOAD
793 BOOL show_server = gSavedSettings.getBOOL("ForceShowGrid");
794 sInstance->childSetVisible("server_combo", show_server);
795#else
796 sInstance->childSetVisible("server_combo", TRUE); 792 sInstance->childSetVisible("server_combo", TRUE);
797#endif
798 793
799#endif 794#endif
800} 795}