aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorDavid Seikel2011-03-20 19:34:49 +1000
committerDavid Seikel2011-03-20 19:34:49 +1000
commited5039ab121bd464c647c3a732cc1c5b0a72ea63 (patch)
tree1b5318809489a7fae52fa4d9e1b4ab23a57c4979 /linden/indra/llcommon
parentDunno how this file got missed. (diff)
downloadmeta-impy-ed5039ab121bd464c647c3a732cc1c5b0a72ea63.zip
meta-impy-ed5039ab121bd464c647c3a732cc1c5b0a72ea63.tar.gz
meta-impy-ed5039ab121bd464c647c3a732cc1c5b0a72ea63.tar.bz2
meta-impy-ed5039ab121bd464c647c3a732cc1c5b0a72ea63.tar.xz
We don't need support for the aurora grid in the viewer for the meta 7 grid.
It seems like a waste of code anyway.
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r--linden/indra/llcommon/indra_constants.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h
index 84ec455..e64ee62 100644
--- a/linden/indra/llcommon/indra_constants.h
+++ b/linden/indra/llcommon/indra_constants.h
@@ -154,11 +154,6 @@ const char WATER_LAYER_CODE = 'W';
154const char WIND_LAYER_CODE = '7'; 154const char WIND_LAYER_CODE = '7';
155const char CLOUD_LAYER_CODE = '8'; 155const char CLOUD_LAYER_CODE = '8';
156 156
157// Extended land layer for Aurora Sim
158const char AURORA_LAND_LAYER_CODE = 'M';
159const char AURORA_WIND_LAYER_CODE = '9';
160const char AURORA_CLOUD_LAYER_CODE = ':';
161
162// keys 157// keys
163// Bit masks for various keyboard modifier keys. 158// Bit masks for various keyboard modifier keys.
164const MASK MASK_NONE = 0x0000; 159const MASK MASK_NONE = 0x0000;