From ab87675230ce6139f57b5f19af66599ada9e270e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 29 Nov 2008 21:19:57 -0600 Subject: Remove preprocessor condition for grid selector. The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD. --- linden/indra/newview/llpanellogin.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'linden/indra/newview') 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 ) 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 } -- cgit v1.1