diff options
author | simon_linden <none@none> | 2013-08-27 15:00:59 -0700 |
---|---|---|
committer | simon_linden <none@none> | 2013-08-27 15:00:59 -0700 |
commit | 892d439b5502d7fad069ec35e5c6825e7d6609fe (patch) | |
tree | d2770b6a2e7bc08cee9dd05953ed9f965808e1d2 /indra/llcommon | |
parent | 90d1c5b3676fe4e8ea8668b41fdf92613d5f102d (diff) | |
parent | dc54af030e8f60b2b871be901664ffae1fc934e9 (diff) |
Merge downstream code
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/lllslconstants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/lllslconstants.h b/indra/llcommon/lllslconstants.h index efa66390e8..926ce32d75 100755 --- a/indra/llcommon/lllslconstants.h +++ b/indra/llcommon/lllslconstants.h @@ -208,8 +208,6 @@ const S32 OBJECT_PHYSICS = 21; const S32 OBJECT_PHANTOM = 22; const S32 OBJECT_TEMP_ON_REZ = 23; const S32 OBJECT_RENDER_WEIGHT = 24; -const S32 OBJECT_ATTACHMENT_GEOMETRY_BYTES = 25; -const S32 OBJECT_ATTACHMENT_SURFACE_AREA = 26; // llTextBox() magic token string - yes this is a hack. sue me. char const* const TEXTBOX_MAGIC_TOKEN = "!!llTextBox!!"; |