summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBill Curtis <bill.curtis@gmail.com>2010-11-08 10:54:58 -0800
committerBill Curtis <bill.curtis@gmail.com>2010-11-08 10:54:58 -0800
commit3fa059409aad9d7b5aedb4ed112cb52da6990ac4 (patch)
tree533d4ea13d515f9ab1c045139b159ea89723d815 /indra/llcommon
parent65d847de38614a67ed1bdd86445c1c80f4638cc3 (diff)
changes to read max-agent-groups from login.cgi response
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/indra_constants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h
index b0618bfe59..ccdb8a413d 100644
--- a/indra/llcommon/indra_constants.h
+++ b/indra/llcommon/indra_constants.h
@@ -245,9 +245,6 @@ const U8 SIM_ACCESS_ADULT = 42; // Seriously Adult Only
const U8 SIM_ACCESS_DOWN = 254;
const U8 SIM_ACCESS_MAX = SIM_ACCESS_ADULT;
-// group constants
-const S32 MAX_AGENT_GROUPS = 25;
-
// attachment constants
const S32 MAX_AGENT_ATTACHMENTS = 38;
const U8 ATTACHMENT_ADD = 0x80;