diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llregionflags.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h index 2324785..70c3499 100644 --- a/linden/indra/llmessage/llregionflags.h +++ b/linden/indra/llmessage/llregionflags.h | |||
@@ -137,15 +137,6 @@ inline U32 unset_prelude_flags(U32 flags) | |||
137 | & ~(REGION_FLAGS_PRELUDE_SET | REGION_FLAGS_SUN_FIXED)); | 137 | & ~(REGION_FLAGS_PRELUDE_SET | REGION_FLAGS_SUN_FIXED)); |
138 | } | 138 | } |
139 | 139 | ||
140 | // estate constants. Need to match first few etries in indra.estate table. | ||
141 | const U32 ESTATE_ALL = 0; // will not match in db, reserved key for logic | ||
142 | const U32 ESTATE_MAINLAND = 1; | ||
143 | const U32 ESTATE_ORIENTATION = 2; | ||
144 | const U32 ESTATE_INTERNAL = 3; | ||
145 | const U32 ESTATE_SHOWCASE = 4; | ||
146 | const U32 ESTATE_TEEN = 5; | ||
147 | const U32 ESTATE_LAST_LINDEN = 5; // last linden owned/managed estate | ||
148 | |||
149 | // for EstateOwnerRequest, setaccess message | 140 | // for EstateOwnerRequest, setaccess message |
150 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; | 141 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; |
151 | const U32 ESTATE_ACCESS_ALLOWED_GROUPS = 1 << 1; | 142 | const U32 ESTATE_ACCESS_ALLOWED_GROUPS = 1 << 1; |