diff options
author | David Seikel | 2011-03-20 19:34:49 +1000 |
---|---|---|
committer | David Seikel | 2011-03-20 19:34:49 +1000 |
commit | ed5039ab121bd464c647c3a732cc1c5b0a72ea63 (patch) | |
tree | 1b5318809489a7fae52fa4d9e1b4ab23a57c4979 /linden/indra/llcommon | |
parent | Dunno how this file got missed. (diff) | |
download | meta-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.h | 5 |
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'; | |||
154 | const char WIND_LAYER_CODE = '7'; | 154 | const char WIND_LAYER_CODE = '7'; |
155 | const char CLOUD_LAYER_CODE = '8'; | 155 | const char CLOUD_LAYER_CODE = '8'; |
156 | 156 | ||
157 | // Extended land layer for Aurora Sim | ||
158 | const char AURORA_LAND_LAYER_CODE = 'M'; | ||
159 | const char AURORA_WIND_LAYER_CODE = '9'; | ||
160 | const 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. |
164 | const MASK MASK_NONE = 0x0000; | 159 | const MASK MASK_NONE = 0x0000; |