summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-07-19 19:33:48 -0700
committerMerov Linden <merov@lindenlab.com>2013-07-19 19:33:48 -0700
commit39a2f52b026ee20daf9f55bb40273e573cecfa30 (patch)
tree7094911419560323901af255d0a8f348c7721aaa /indra
parent9b5104b3b5f608dbc9f06596885bdab9878f4065 (diff)
ACME-734 : Fix forgotten useless call
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llmediactrl.cpp1
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)
{