summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-05-08 20:42:04 +0000
committerDon Kjer <don@lindenlab.com>2007-05-08 20:42:04 +0000
commit60a09f20f450ced238afc74e806d080b3c13cc33 (patch)
treeefcf0e48fb8b07ab6a8a08f399af2493d5f08cd4 /indra/newview/llstatusbar.h
parenta7c687350e5f1439110ca22210c426bd3553f0e3 (diff)
Removing Logitech LCD code: svn merge -r 60616:60615 svn+ssh://svn/svn/linden/release into release
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index f33a5d93e1..c44c7acffe 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -24,25 +24,6 @@ class LLUUID;
class LLFrameTimer;
class LLStatGraph;
-// used by LCD screen
-class cLLRegionDetails
-{
-public:
- LLString mRegionName;
- char *mParcelName;
- char *mAccesString;
- S32 mX;
- S32 mY;
- S32 mZ;
- S32 mArea;
- BOOL mForSale;
- char mOwner[MAX_STRING];
- F32 mTraffic;
- S32 mBalance;
- LLString mTime;
- U32 mPing;
-};
-
class LLStatusBar
: public LLPanel
{
@@ -79,7 +60,6 @@ public:
S32 getSquareMetersCredit() const;
S32 getSquareMetersCommitted() const;
S32 getSquareMetersLeft() const;
- cLLRegionDetails mRegionDetails;
protected:
static void onClickParcelInfo(void*);