From 10a79156a44bcd3a84488e083cc6e46b1320856e Mon Sep 17 00:00:00 2001 From: David Seikel Date: Thu, 10 Feb 2011 22:49:30 +1000 Subject: Remove special handling of linden estates. We don't have them in meta, and that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over. --- linden/indra/newview/llfloaterregioninfo.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'linden/indra/newview/llfloaterregioninfo.h') diff --git a/linden/indra/newview/llfloaterregioninfo.h b/linden/indra/newview/llfloaterregioninfo.h index ae0c993..f5e3d03 100644 --- a/linden/indra/newview/llfloaterregioninfo.h +++ b/linden/indra/newview/llfloaterregioninfo.h @@ -344,7 +344,6 @@ public: U32 getEstateID() const { return mEstateID; } void setEstateID(U32 estate_id) { mEstateID = estate_id; } - static bool isLindenEstate(); const std::string getOwnerName() const; void setOwnerName(const std::string& name); @@ -352,10 +351,6 @@ public: const std::string getAbuseEmailAddress() const; void setAbuseEmailAddress(const std::string& address); - // If visible from mainland, allowed agent and allowed groups - // are ignored, so must disable UI. - void setAccessAllowedEnabled(bool enable_agent, bool enable_group, bool enable_ban); - // this must have the same function signature as // llmessage/llcachename.h:LLCacheNameCallback static void callbackCacheName( @@ -367,8 +362,6 @@ public: protected: virtual BOOL sendUpdate(); - // confirmation dialog callback - bool callbackChangeLindenEstate(const LLSD& notification, const LLSD& response); void commitEstateInfoDataserver(); bool commitEstateInfoCaps(); -- cgit v1.1