diff options
author | James Cook <james@lindenlab.com> | 2009-10-04 00:20:37 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-04 00:20:37 +0000 |
commit | cf395cc190951230a3d67ed90273bc3c0b87c06c (patch) | |
tree | 31fca6b715ce6734261a95c01be1f0a6745685a9 /indra/newview/llfolderview.cpp | |
parent | ada0f4fa221f2c7070fb02a2b7ff903bdde11c45 (diff) |
Removed a couple debug statements we no longer need.
Diffstat (limited to 'indra/newview/llfolderview.cpp')
-rw-r--r-- | indra/newview/llfolderview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index d149c8bbb5..c8eb696134 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -2176,12 +2176,6 @@ PermissionMask LLFolderView::getFilterPermissions() const return mFilter->getFilterPermissions(); } -// JAMESDEBUG -//LLInventoryFilter::EFolderShow LLFolderView::getShowFolderState() -//{ -// return mFilter->getShowFolderState(); -//} - BOOL LLFolderView::isFilterModified() { return mFilter->isNotDefault(); |