diff options
| author | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:35:35 -0600 | 
|---|---|---|
| committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:35:35 -0600 | 
| commit | a2f0c9824480b8c4e530be8bc4a1631d0c3bfced (patch) | |
| tree | 831ea968ea543b45ca050ad41e3cc49f8138adf7 /indra/newview | |
| parent | 0ecccc78bbf12fb2ce51d32ab2c7b50be04ed02f (diff) | |
llprogressview: comment out unused variable
//const S32 default_height = 28;
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llprogressview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 4d08d19c70..af0e27f7f5 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -381,7 +381,7 @@ void LLProgressView::initLogos()      const U8 image_codec = IMG_CODEC_PNG;      const LLRectf default_clip(0.f, 1.f, 1.f, 0.f); -    const S32 default_height = 28; +    //const S32 default_height = 28;      const S32 default_pad = 15;      S32 icon_width, icon_height; | 
