aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelplace.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-03-22 12:27:26 -0700
committerMcCabe Maxsted2009-03-22 12:27:26 -0700
commitca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f (patch)
treea19b3c1d8e021ffb8187a5032fc0a7cd9a9da276 /linden/indra/newview/llpanelplace.h
parentRemoved slviewer-0-v12160-RememberStatsPosAndSize.patch (diff)
downloadmeta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.zip
meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.gz
meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.bz2
meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.xz
Removed slviewer-0-v12160-VisitedLandmarks.patch
Diffstat (limited to 'linden/indra/newview/llpanelplace.h')
-rw-r--r--linden/indra/newview/llpanelplace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelplace.h b/linden/indra/newview/llpanelplace.h
index 0478d93..df53013 100644
--- a/linden/indra/newview/llpanelplace.h
+++ b/linden/indra/newview/llpanelplace.h
@@ -70,7 +70,6 @@ public:
70 void sendParcelInfoRequest(); 70 void sendParcelInfoRequest();
71 void displayParcelInfo(const LLVector3& pos_region, 71 void displayParcelInfo(const LLVector3& pos_region,
72 const LLUUID& landmark_asset_id, 72 const LLUUID& landmark_asset_id,
73 const LLUUID& landmark_item_id, // so we can send map floater the correct inventory item id
74 const LLUUID& region_id, 73 const LLUUID& region_id,
75 const LLVector3d& pos_global); 74 const LLVector3d& pos_global);
76 static void processParcelInfoReply(LLMessageSystem* msg, void**); 75 static void processParcelInfoReply(LLMessageSystem* msg, void**);
@@ -91,7 +90,6 @@ protected:
91 LLUUID mRequestedID; 90 LLUUID mRequestedID;
92 LLUUID mRegionID; 91 LLUUID mRegionID;
93 LLUUID mLandmarkAssetID; 92 LLUUID mLandmarkAssetID;
94 LLUUID mLandmarkItemID;
95 // Absolute position of the location for teleport, may not 93 // Absolute position of the location for teleport, may not
96 // be available (hence zero) 94 // be available (hence zero)
97 LLVector3d mPosGlobal; 95 LLVector3d mPosGlobal;