summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterurlentry.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-01-17 20:45:46 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-01-17 20:45:46 +0200
commit8ea7867528cf2c03f2fc60a361663af2a4084bfb (patch)
tree24ac1f798f6884e046be853990164e11bcd79acc /indra/newview/llfloaterurlentry.cpp
parent1b929cb9a9d9216d1d34fb6dc4b0ea91600935b1 (diff)
SL-16344 #3 Moved LLPanelFace related code into LLPanelFace
Diffstat (limited to 'indra/newview/llfloaterurlentry.cpp')
-rw-r--r--indra/newview/llfloaterurlentry.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llfloaterurlentry.cpp b/indra/newview/llfloaterurlentry.cpp
index 63bce3d2eb..9ca880b10f 100644
--- a/indra/newview/llfloaterurlentry.cpp
+++ b/indra/newview/llfloaterurlentry.cpp
@@ -112,16 +112,6 @@ void LLFloaterURLEntry::headerFetchComplete(S32 status, const std::string& mime_
panel_media->setMediaType(mime_type);
panel_media->setMediaURL(mMediaURLEdit->getValue().asString());
}
- else
- {
- LLPanelFace* panel_face = dynamic_cast<LLPanelFace*>(mPanelLandMediaHandle.get());
- if(panel_face)
- {
- panel_face->setMediaType(mime_type);
- panel_face->setMediaURL(mMediaURLEdit->getValue().asString());
- }
-
- }
getChildView("loading_label")->setVisible( false);
closeFloater();