summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplacestab.cpp
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2009-11-04 19:53:17 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2009-11-04 19:53:17 +0200
commit8346cd6806f479053a5b81b496dbb9b88ed26bb5 (patch)
tree19b93f7b4a3c59ecbe267dff0ace0859985f320e /indra/newview/llpanelplacestab.cpp
parent0fd7ff59f58dc9c5d9b043830d513020ac7a6cdd (diff)
Fixed normal bug EXT-2192 "Remove "Share" button from all Places Tabs (including Place/Landmark info)".
- Removed "Share" button and resized other buttons to take its place. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplacestab.cpp')
-rw-r--r--indra/newview/llpanelplacestab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelplacestab.cpp b/indra/newview/llpanelplacestab.cpp
index f5e7ff3c40..42c871a41a 100644
--- a/indra/newview/llpanelplacestab.cpp
+++ b/indra/newview/llpanelplacestab.cpp
@@ -51,7 +51,6 @@ bool LLPanelPlacesTab::isTabVisible()
void LLPanelPlacesTab::setPanelPlacesButtons(LLPanelPlaces* panel)
{
- //mShareBtn = panel->getChild<LLButton>("share_btn");
mTeleportBtn = panel->getChild<LLButton>("teleport_btn");
mShowOnMapBtn = panel->getChild<LLButton>("map_btn");
}