From c00c8f1298a8b43297e7b25637faaeac3260d276 Mon Sep 17 00:00:00 2001 From: humbletim Date: Wed, 17 Mar 2021 01:32:12 -0400 Subject: [PATCH] what, icon_height? --- indra/newview/llprogressview.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 821d3d647c4..a7d91306889 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -463,10 +463,7 @@ void LLProgressView::initLogos() const S32 default_height = 28; const S32 default_pad = 15; - S32 icon_width; -#if defined(LL_FMODSTUDIO) || defined(LL_HAVOK) - S32 icon_height; -#endif // defined(LL_FMODSTUDIO) || defined(LL_HAVOK) + S32 icon_width, icon_height; // We don't know final screen rect yet, so we can't precalculate position fully LLTextBox *logos_label = getChild("logos_lbl");