diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-19 19:33:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-19 19:33:48 -0700 |
commit | 39a2f52b026ee20daf9f55bb40273e573cecfa30 (patch) | |
tree | 7094911419560323901af255d0a8f348c7721aaa /indra/newview/llmediactrl.cpp | |
parent | 9b5104b3b5f608dbc9f06596885bdab9878f4065 (diff) |
ACME-734 : Fix forgotten useless call
Diffstat (limited to 'indra/newview/llmediactrl.cpp')
-rwxr-xr-x | indra/newview/llmediactrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index c06068b252..2075aeed63 100755 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -604,7 +604,6 @@ void LLMediaCtrl::setHomePageUrl( const std::string& urlIn, const std::string& m void LLMediaCtrl::setTarget(const std::string& target) { - LLViewerMedia::setLogURL(true); // Always log, unless this is turned off at navigation time mTarget = target; if (mMediaSource) { |