diff options
author | dolphin <dolphin@lindenlab.com> | 2013-04-02 15:02:23 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-04-02 15:02:23 -0700 |
commit | 4bdecca57ec82a5dbc323432b7b5cb6aba9c1303 (patch) | |
tree | d843c2b9a9509bac4b16e8ab7b1bf134fe4720db /indra/llmessage | |
parent | d5308c19f7c622538d61e3ebb174338ce95a7b72 (diff) |
Removed outdated experience property flags
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llexperiencecache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmessage/llexperiencecache.h b/indra/llmessage/llexperiencecache.h index 1490c978b3..fb00ea31f0 100644 --- a/indra/llmessage/llexperiencecache.h +++ b/indra/llmessage/llexperiencecache.h @@ -50,8 +50,6 @@ namespace LLExperienceCache // should be in sync with experience-api/experiences/models.py const int PROPERTY_INVALID = 1 << 0; - const int PROPERTY_NORMAL = 1 << 1; - const int PROPERTY_REGION = 1 << 2; const int PROPERTY_PRIVILEGED = 1 << 3; const int PROPERTY_GRID = 1 << 4; const int PROPERTY_PRIVATE = 1 << 5; |