summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplace.cpp
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2007-12-03 21:41:38 +0000
committerJosh Bell <josh@lindenlab.com>2007-12-03 21:41:38 +0000
commit90aa2ddb2efede12f12011fc163e3007e3ba7104 (patch)
tree02677b5d5dbca2a5f2d650c4cecd6d7d056147bc /indra/newview/llpanelplace.cpp
parentf41b7bb8dff075d8c32ea03be407d20fe11e71f3 (diff)
svn merge -r 74415:74849 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-5-Viewer --> release
Last of the fixes from 1.18.5 Viewer RC series
Diffstat (limited to 'indra/newview/llpanelplace.cpp')
-rw-r--r--indra/newview/llpanelplace.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpanelplace.cpp b/indra/newview/llpanelplace.cpp
index 8825ce71fc..a05f7129ae 100644
--- a/indra/newview/llpanelplace.cpp
+++ b/indra/newview/llpanelplace.cpp
@@ -390,13 +390,6 @@ void LLPanelPlace::onClickTeleport(void* data)
void LLPanelPlace::onClickMap(void* data)
{
LLPanelPlace* self = (LLPanelPlace*)data;
- LLView* parent_viewp = self->getParent();
- if (parent_viewp->getWidgetType() == WIDGET_TYPE_FLOATER)
- {
- LLFloater* parent_floaterp = (LLFloater*)parent_viewp;
- parent_floaterp->close();
- }
-
if (!self->mPosGlobal.isExactlyZero())
{
gFloaterWorldMap->trackLocation(self->mPosGlobal);