diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llprogressview.cpp | 2 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_progress.xml | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index dd44e661d6..afda384c84 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -510,7 +510,6 @@ void LLProgressView::initTextures(S32 location_id, bool is_in_production) childSetVisible("panel_icons", mLogosList.empty() ? FALSE : TRUE); childSetVisible("panel_login", TRUE); childSetVisible("panel_teleport", FALSE); - childSetVisible("panel_spacer", FALSE); } void LLProgressView::releaseTextures() @@ -520,7 +519,6 @@ void LLProgressView::releaseTextures() childSetVisible("panel_login", FALSE); childSetVisible("panel_teleport", TRUE); - childSetVisible("panel_spacer", TRUE); childSetVisible("panel_icons", FALSE); } diff --git a/indra/newview/skins/default/xui/en/panel_progress.xml b/indra/newview/skins/default/xui/en/panel_progress.xml index 1384e5e779..a0dfff3bd4 100644 --- a/indra/newview/skins/default/xui/en/panel_progress.xml +++ b/indra/newview/skins/default/xui/en/panel_progress.xml @@ -143,14 +143,6 @@ </layout_panel> <layout_panel auto_resize="false" - height="12" - layout="topleft" - min_height="12" - name="panel_spacer" - width="670"> - </layout_panel> - <layout_panel - auto_resize="false" height="110" layout="topleft" min_height="110" |