diff options
| -rw-r--r-- | indra/newview/llpanelprofile.cpp | 19 | ||||
| -rw-r--r-- | indra/newview/llpanelprofile.h | 1 | 
2 files changed, 0 insertions, 20 deletions
| diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 2350a57e9c..f4eaa78f11 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -904,8 +904,6 @@ BOOL LLPanelProfileSecondLife::postBuild()      mDiscardDescriptionChanges->setCommitCallback([this](LLUICtrl*, void*) { onDiscardDescriptionChanges(); }, nullptr);      mDescriptionEdit->setKeystrokeCallback([this](LLTextEditor* caller) { onSetDescriptionDirty(); }); -    getChild<LLButton>("open_notes")->setCommitCallback([this](LLUICtrl*, void*) { onOpenNotes(); }, nullptr); -      mCanSeeOnlineIcon->setMouseUpCallback([this](LLUICtrl*, S32 x, S32 y, MASK mask) { onShowAgentPermissionsDialog(); });      mCantSeeOnlineIcon->setMouseUpCallback([this](LLUICtrl*, S32 x, S32 y, MASK mask) { onShowAgentPermissionsDialog(); });      mCanSeeOnMapIcon->setMouseUpCallback([this](LLUICtrl*, S32 x, S32 y, MASK mask) { onShowAgentPermissionsDialog(); }); @@ -1955,23 +1953,6 @@ void LLPanelProfileSecondLife::onCommitProfileImage(const LLUUID& id)      }  } -void LLPanelProfileSecondLife::onOpenNotes() -{ -    LLFloater* parent_floater = gFloaterView->getParentFloater(this); -    if (!parent_floater) -    { -        return; -    } - -    LLTabContainer* tab_container = parent_floater->findChild<LLTabContainer>("panel_profile_tabs", TRUE); -    if (!tab_container) -    { -        return; -    } - -    tab_container->selectTabByName(PANEL_NOTES); -} -  //////////////////////////////////////////////////////////////////////////  // LLPanelProfileWeb diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index ca6ef3f794..d32bb943bd 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -184,7 +184,6 @@ private:      void onShowAgentProfileTexture();      void onShowTexturePicker();      void onCommitProfileImage(const LLUUID& id); -    void onOpenNotes();  private:  	typedef std::map<std::string, LLUUID> group_map_t; | 
