diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-03 12:20:14 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-03 12:20:14 -0500 |
commit | 1972a095ddbed84415d315fa3bed731303a27cd8 (patch) | |
tree | c38df4ec40839d5fce4f6dacf0b309fa0dcea3f3 /indra/newview/lldriverparam.cpp | |
parent | c9d121dd01625790cb963372c861f8e4072430d2 (diff) | |
parent | a100a6e07f8b6ea16313e25e3249736228d9b03c (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/lldriverparam.cpp')
-rw-r--r-- | indra/newview/lldriverparam.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldriverparam.cpp b/indra/newview/lldriverparam.cpp index 527656ab6b..45f4b4fbd0 100644 --- a/indra/newview/lldriverparam.cpp +++ b/indra/newview/lldriverparam.cpp @@ -224,7 +224,6 @@ void LLDriverParam::setAvatar(LLVOAvatar *avatarp) } } *new_param = *this; - new_param->setIsDummy(FALSE); return new_param; } |