aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r--linden/indra/llcommon/indra_constants.h6
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;
267LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; 267LL_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.
270LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; 271LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID;
271 272
272LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID;
273LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID;
274// Maintenance's group id.
275LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID;
276
277// Flags for kick message 273// Flags for kick message
278const U32 KICK_FLAGS_DEFAULT = 0x0; 274const U32 KICK_FLAGS_DEFAULT = 0x0;
279const U32 KICK_FLAGS_FREEZE = 1 << 0; 275const U32 KICK_FLAGS_FREEZE = 1 << 0;