diff options
author | simon <none@none> | 2013-08-27 14:57:43 -0700 |
---|---|---|
committer | simon <none@none> | 2013-08-27 14:57:43 -0700 |
commit | dc54af030e8f60b2b871be901664ffae1fc934e9 (patch) | |
tree | 74aeb4aa23f0fd62c0ed15eb5080a13388faed3d /indra/llcommon | |
parent | 27d637d0f14fdfff496256222dc1343d2d7ee9ae (diff) |
MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for linked objects
Removed "geometry" and "surface" Reviewed by Kelly
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!!"; |