diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-04 09:58:11 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-04 09:58:11 -0700 |
commit | 252ad06b7bcc33a48b6c23917f6156a436df4b00 (patch) | |
tree | 7f8ce3d362b618895fb4e3d0f1fed18a0935937d /indra/llui | |
parent | 86d75052f65149da6bbe1ade5ea28b6f01aaba17 (diff) |
DD-84 : Final clean up for this fix
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llfolderview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index 537f2ac4d7..2fb57d55e7 100755 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -946,7 +946,6 @@ void LLFolderView::cut() if (listener) { listener->cutToClipboard(); - //listener->removeItem(); } } |