diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-01-26 17:33:23 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-01-26 17:33:23 -0800 |
commit | 86cab299b01081c8c89587fd72d81460318e4ec1 (patch) | |
tree | bf6283b0eb8aade2f5adba7346ca3aeda1be0892 /indra | |
parent | a3e7c8c48031bb715277644ef517d1158933d9b2 (diff) |
Fix for EXT-4708 (ressing cursor or modifier keys while MoaP has input focus gives an error in the log "WARNING: ll_apr_warn_status: APR: File exists")
The attempt to create a directory should no longer be necessary with webkit. This code has been removed.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 98d8780b34..9ced0194a2 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1811,11 +1811,6 @@ void LLViewerMediaImpl::navigateStop() bool LLViewerMediaImpl::handleKeyHere(KEY key, MASK mask) { bool result = false; - // *NOTE:Mani - if this doesn't exist llmozlib goes crashy in the debug build. - // LLMozlib::init wants to write some files to <exe_dir>/components - std::string debug_init_component_dir( gDirUtilp->getExecutableDir() ); - debug_init_component_dir += "/components"; - LLAPRFile::makeDir(debug_init_component_dir.c_str()); if (mMediaSource) { |