diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-04 19:15:12 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-04 19:15:12 -0800 |
commit | af401ac6dc463db477210b0ff100014fbeb50a9a (patch) | |
tree | 6bb39558de0208fc05af074fb5efe8498a493c4a /indra/newview/llpanelplacestab.cpp | |
parent | 4656c5671cfe523e351b5c91ae45d5026fb69e04 (diff) | |
parent | 15df55ecafd2f6d72f25988401ddb7ed58030b79 (diff) |
Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/
Diffstat (limited to 'indra/newview/llpanelplacestab.cpp')
-rw-r--r-- | indra/newview/llpanelplacestab.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelplacestab.cpp b/indra/newview/llpanelplacestab.cpp index 7c0a7b0cc4..42c871a41a 100644 --- a/indra/newview/llpanelplacestab.cpp +++ b/indra/newview/llpanelplacestab.cpp @@ -4,7 +4,7 @@ * * $LicenseInfo:firstyear=2009&license=viewergpl$ * - * Copyright (c) 2004-2009, Linden Research, Inc. + * Copyright (c) 2009, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab @@ -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"); } |