Skip to content

Commit

Permalink
what, icon_height?
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Mar 17, 2021
1 parent d938e6a commit c00c8f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions indra/newview/llprogressview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<LLTextBox>("logos_lbl");
Expand Down

0 comments on commit c00c8f1

Please sign in to comment.