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 9517ee1321..865646c85d 100644 --- a/indra/newview/llprogressview.h +++ b/indra/newview/llprogressview.h @@ -43,7 +43,7 @@ class LLProgressBar; class LLProgressView : public LLPanel { public: - LLProgressView(const std::string& name, const LLRect& rect); + LLProgressView(const LLRect& rect); virtual ~LLProgressView(); BOOL postBuild(); @@ -74,7 +74,6 @@ protected: LLFrameTimer mProgressTimer; LLRect mOutlineRect; bool mMouseDownInActiveArea; - bool mURLInMessage; static LLProgressView* sInstance; }; |