diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-08-08 14:37:36 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-08-08 14:37:36 -0700 |
commit | f5886bfaff0385acf0a55bc1b8678330ae89442a (patch) | |
tree | f2e9d57bc3f6c50c5d23196dad9a4605332d7066 /indra/newview/llfolderview.h | |
parent | d712dde69e29381ab1bf55f27c41bb3b29ef3b59 (diff) |
EXP-1065 FIX Inventory has slowed to a crawl. Clicking between items has an average one second delay. Same with switching between tabs.
disable traversal of inventory contents for findView family of functions
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index 0b92548fd0..705a76a7b4 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -108,7 +108,6 @@ public: // Close all folders in the view void closeAllFolders(); - void openFolder(const std::string& foldername); void openTopLevelFolders(); virtual void toggleOpen() {}; |