summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llmessage/llexperiencecache.h2
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;