diff options
Diffstat (limited to 'indra/newview/llprogressview.h')
-rw-r--r-- | indra/newview/llprogressview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llprogressview.h b/indra/newview/llprogressview.h index 8f242b865a..e9fe7e817e 100644 --- a/indra/newview/llprogressview.h +++ b/indra/newview/llprogressview.h @@ -66,7 +66,6 @@ public: static void onCancelButtonClicked( void* ); protected: - BOOL mDrawBackground; F32 mPercentDone; LLString mText; LLString mMessage; @@ -75,8 +74,8 @@ protected: LLFrameTimer mProgressTimer; LLRect mOutlineRect; bool mMouseDownInActiveArea; - static LLProgressView* sInstance; + static LLProgressView* sInstance; }; #endif // LL_LLPROGRESSVIEW_H |