diff options
author | James Cook <james@lindenlab.com> | 2009-12-09 14:36:52 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-09 14:36:52 -0800 |
commit | ca2566a1aca90bc2cc54c96d94bcd85110e65bed (patch) | |
tree | 20ee8031d73da630e8b967fa1760ffab702ccedd /indra/llvfs/lldir.cpp | |
parent | 6dd56fddd7c84e5bbf7c80ea556b0a694c3823da (diff) | |
parent | 05e0d9d24ac4ec1c0b18326e97a0c9ab705f5948 (diff) |
Merge
Diffstat (limited to 'indra/llvfs/lldir.cpp')
-rw-r--r-- | indra/llvfs/lldir.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index c0c6e592d5..b2b17fdd56 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -394,12 +394,6 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd prefix += "local_assets"; break; - case LL_PATH_MOZILLA_PROFILE: - prefix = getOSUserAppDir(); - prefix += mDirDelimiter; - prefix += "browser_profile"; - break; - case LL_PATH_EXECUTABLE: prefix = getExecutableDir(); break; |