summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerparcelmgr.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/llviewerparcelmgr.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/llviewerparcelmgr.h')
-rw-r--r--indra/newview/llviewerparcelmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerparcelmgr.h b/indra/newview/llviewerparcelmgr.h
index ae288d70ec..879ce2dd8a 100644
--- a/indra/newview/llviewerparcelmgr.h
+++ b/indra/newview/llviewerparcelmgr.h
@@ -104,7 +104,6 @@ public:
F32 getSelectionHeight() const { return F32(mEastNorth.mdV[VY] - mWestSouth.mdV[VY]); }
BOOL getSelection(LLVector3d &min, LLVector3d &max) { min = mWestSouth; max = mEastNorth; return !selectionEmpty();}
LLViewerRegion* getSelectionRegion();
- F32 getDwelling() const { return mSelectedDwell;}
void getDisplayInfo(S32* area, S32* claim, S32* rent, BOOL* for_sale, F32* dwell);