summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-02-26 17:32:21 -0800
committerdolphin <dolphin@lindenlab.com>2014-02-26 17:32:21 -0800
commitc1f730ed46c14c12d5856109b622bf085c39abb0 (patch)
tree5c2382b0cdd20e69031c8c0f97c6b4322e1d6817 /indra/newview/llfloaterregioninfo.h
parentfa88239bd00fcb6d58f20a0c23699f108acbfcbc (diff)
Moved the experience acquire code to the experiences panel
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rwxr-xr-xindra/newview/llfloaterregioninfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 066a5c5da9..d2bbcbea61 100755
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -466,8 +466,6 @@ public:
bool refreshFromRegion(LLViewerRegion* region);
void sendPurchaseRequest()const;
private:
- static void ownedCallback(LLHandle<LLPanelRegionExperiences> handle, const LLSD& content);
- void setOwnedExperiences(const LLSD& experiences);
void processResponse( const LLSD& content );
boost::signals2::connection processResponse( LLPanelExperienceListEditor* panel, boost::signals2::connection& connection, const LLSD& content);
void refreshRegionExperiences();
@@ -477,7 +475,6 @@ private:
bool FilterExisting(const LLSD& experience );
- LLPanelExperiences* mOwned;
LLPanelExperienceListEditor* mTrusted;
boost::signals2::connection mTrustedConnection;
LLPanelExperienceListEditor* mAllowed;