diff options
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index c5b4be035a..7272441644 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -63,8 +63,7 @@ public: mForSale(FALSE), mOwner("Unknown"), mTraffic(0), - mBalance(0), - mPing(0) + mBalance(0) { } std::string mRegionName; @@ -79,14 +78,13 @@ public: F32 mTraffic; S32 mBalance; std::string mTime; - U32 mPing; }; class LLStatusBar : public LLPanel { public: - LLStatusBar(const std::string& name, const LLRect& rect ); + LLStatusBar(const LLRect& rect ); /*virtual*/ ~LLStatusBar(); /*virtual*/ void draw(); |