summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaces.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-02-25 20:25:56 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-02-25 20:25:56 +0200
commit806345951bcb72ae709cc19a198f78905fcbdb46 (patch)
treea1f2cca7617b76313745ae4a6bc503f28254da71 /indra/newview/llpanelplaces.cpp
parent2d4a894b706d0dcbdc753318c2c400b0d3ee92b7 (diff)
Revert "SL-14901 Add a button on the Landmarks bar to open the Places floater"
This reverts commit 2d4a894b706d0dcbdc753318c2c400b0d3ee92b7.
Diffstat (limited to 'indra/newview/llpanelplaces.cpp')
-rw-r--r--indra/newview/llpanelplaces.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp
index 1f3f58ffa3..53870fb5c7 100644
--- a/indra/newview/llpanelplaces.cpp
+++ b/indra/newview/llpanelplaces.cpp
@@ -1056,10 +1056,6 @@ void LLPanelPlaces::togglePlaceInfoPanel(BOOL visible)
{
landmarks_panel->setItemSelected(mItem->getUUID(), TRUE);
}
- else
- {
- landmarks_panel->resetSelection();
- }
}
}
}