diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-25 16:03:52 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-25 16:03:52 -0500 |
| commit | fd2d81223697bad850b979f308c271ca370eccd3 (patch) | |
| tree | 7d81834b1a26f6f74e8dcaf45475ba1865bf9f7e /indra/newview/llinventoryobserver.cpp | |
| parent | 8f4c4db90fdafc86efb64318e611d00aae662ab1 (diff) | |
SH-4549 FIX - code cleanup
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
| -rwxr-xr-x | indra/newview/llinventoryobserver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp index ae59b44184..f71cf26b30 100755 --- a/indra/newview/llinventoryobserver.cpp +++ b/indra/newview/llinventoryobserver.cpp @@ -706,7 +706,6 @@ void LLScrollOnRenameObserver::changed(U32 mask) { if (mask & LLInventoryObserver::LABEL) { - // TODO - check for whether this is the item we're waiting for a rename of const uuid_set_t& changed_item_ids = gInventory.getChangedIDs(); for (uuid_set_t::const_iterator it = changed_item_ids.begin(); it != changed_item_ids.end(); ++it) { |
