diff options
author | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
commit | e6734283dee37ee41ea82d190aa64d84f04215e9 (patch) | |
tree | d1fd9ac21c54d8cdd42370eff5566e05d7066bed /linden/indra/llui/llprogressbar.cpp | |
parent | Delete a big bunch of unused variables. (diff) | |
download | meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.zip meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.gz meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.bz2 meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.xz |
More unused variable deletion.
Diffstat (limited to 'linden/indra/llui/llprogressbar.cpp')
-rw-r--r-- | linden/indra/llui/llprogressbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llui/llprogressbar.cpp b/linden/indra/llui/llprogressbar.cpp index d148733..0000d77 100644 --- a/linden/indra/llui/llprogressbar.cpp +++ b/linden/indra/llui/llprogressbar.cpp | |||
@@ -83,9 +83,6 @@ void LLProgressBar::draw() | |||
83 | bar_bg_imagep->draw(getLocalRect(), | 83 | bar_bg_imagep->draw(getLocalRect(), |
84 | background_color); | 84 | background_color); |
85 | 85 | ||
86 | F32 alpha = 0.5f + 0.5f*0.5f*(1.f + (F32)sin(3.f*timer.getElapsedTimeF32())); | ||
87 | LLColor4 bar_color = LLUI::sColorsGroup->getColor("LoginProgressBarFgColor"); | ||
88 | bar_color.mV[3] = alpha; | ||
89 | LLRect progress_rect = getLocalRect(); | 86 | LLRect progress_rect = getLocalRect(); |
90 | progress_rect.mRight = llround(getRect().getWidth() * (mPercentDone / 100.f)); | 87 | progress_rect.mRight = llround(getRect().getWidth() * (mPercentDone / 100.f)); |
91 | bar_fg_imagep->draw(progress_rect); | 88 | bar_fg_imagep->draw(progress_rect); |