summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-07-25 18:20:54 -0700
committerRichard Linden <none@none>2012-07-25 18:20:54 -0700
commitf6dfd6bf0f3ea0e9b5f56a939867353c393539d6 (patch)
treef984a81438ce719beca9318fdc8e7a2fafe7cb48 /indra/llui/llfolderview.cpp
parentc4f59fd5882d8b019830292e9e5ed1d2480f73ef (diff)
CHUI-222 FIX Selecting None in inventory filters does not update until inventory selected
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r--indra/llui/llfolderview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp
index 10729a3eae..147af04f30 100644
--- a/indra/llui/llfolderview.cpp
+++ b/indra/llui/llfolderview.cpp
@@ -266,8 +266,6 @@ LLFolderView::~LLFolderView( void )
mItems.clear();
mFolders.clear();
- //product engine bugfix, prevent deletion of non-heap data
- //delete mViewModel;
mViewModel = NULL;
}