diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-02-23 19:12:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 19:12:17 +0200 |
| commit | 90ae824b58b0d482cc8cd4b09a4dbf310fc5c1a6 (patch) | |
| tree | d70ae52d43b15fe0c89a0cf8251d134ed221245a /indra/newview | |
| parent | a52066c2ec98c4ead9d72c726c284762924b5d92 (diff) | |
#5435 Update viewer indra_constants.h
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llworldmap.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llworldmap.h b/indra/newview/llworldmap.h index 68e7f3ee29..91bc699708 100644 --- a/indra/newview/llworldmap.h +++ b/indra/newview/llworldmap.h @@ -37,18 +37,6 @@ #include "llviewertexture.h" #include "llgltexture.h" -// map item types -const U32 MAP_ITEM_TELEHUB = 0x01; -const U32 MAP_ITEM_PG_EVENT = 0x02; -const U32 MAP_ITEM_MATURE_EVENT = 0x03; -//const U32 MAP_ITEM_POPULAR = 0x04; // No longer supported, 2009-03-02 KLW -//const U32 MAP_ITEM_AGENT_COUNT = 0x05; -const U32 MAP_ITEM_AGENT_LOCATIONS = 0x06; -const U32 MAP_ITEM_LAND_FOR_SALE = 0x07; -const U32 MAP_ITEM_CLASSIFIED = 0x08; -const U32 MAP_ITEM_ADULT_EVENT = 0x09; -const U32 MAP_ITEM_LAND_FOR_SALE_ADULT = 0x0a; - // Description of objects like hubs, events, land for sale, people and more (TBD). // Note: we don't store a "type" in there so we need to store instances of this class in // well known objects (i.e. list of objects which type is "well known"). |
