diff options
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index 2fa2cdf..e64ee62 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -267,13 +267,9 @@ const U8 GOD_NOT = 0; | |||
267 | LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; | 267 | LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; |
268 | 268 | ||
269 | // inventory library owner | 269 | // inventory library owner |
270 | // FIXME for meta-impy: Gotta get rid of this. | ||
270 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; | 271 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; |
271 | 272 | ||
272 | LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID; | ||
273 | LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID; | ||
274 | // Maintenance's group id. | ||
275 | LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID; | ||
276 | |||
277 | // Flags for kick message | 273 | // Flags for kick message |
278 | const U32 KICK_FLAGS_DEFAULT = 0x0; | 274 | const U32 KICK_FLAGS_DEFAULT = 0x0; |
279 | const U32 KICK_FLAGS_FREEZE = 1 << 0; | 275 | const U32 KICK_FLAGS_FREEZE = 1 << 0; |