Remove remaining dead LCD code(, also fix typo in a comment)

This commit is contained in:
Lirusaito
2013-01-31 21:32:29 -05:00
parent 46ddc9b6be
commit 5b2e1a0aae
6 changed files with 1 additions and 110 deletions

View File

@@ -48,40 +48,6 @@ class LLUUID;
class LLFrameTimer;
class LLStatGraph;
// used by LCD screen
class LLRegionDetails
{
public:
LLRegionDetails() :
mRegionName("Unknown"),
mParcelName("Unknown"),
mAccessString("Unknown"),
mX(0),
mY(0),
mZ(0),
mArea (0),
mForSale(FALSE),
mOwner("Unknown"),
mTraffic(0),
mBalance(0),
mPing(0)
{
}
std::string mRegionName;
std::string mParcelName;
std::string mAccessString;
S32 mX;
S32 mY;
S32 mZ;
S32 mArea;
BOOL mForSale;
std::string mOwner;
F32 mTraffic;
S32 mBalance;
std::string mTime;
U32 mPing;
};
class LLStatusBar
: public LLPanel
{
@@ -116,7 +82,6 @@ public:
S32 getSquareMetersCredit() const;
S32 getSquareMetersCommitted() const;
S32 getSquareMetersLeft() const;
LLRegionDetails mRegionDetails;
private:
// simple method to setup the part that holds the date