summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-05 19:33:36 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-05 19:38:00 +0200
commitad1052039cfdd0e9a95304874cf1347e1472d36f (patch)
treeb04e8c9629f067995c21444096b645ffcd8f0526 /indra/newview/llpanelprofile.h
parentd956c866cf5f633668f6e81996f7ddb8481eae1c (diff)
SL-12550 Profile feed tab cleanup
SL-12550 Profile feed tab cleanup
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r--indra/newview/llpanelprofile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h
index d4f9499894..31fbc4c46b 100644
--- a/indra/newview/llpanelprofile.h
+++ b/indra/newview/llpanelprofile.h
@@ -247,15 +247,12 @@ public:
protected:
/*virtual*/ void updateButtons();
void onCommitLoad(LLUICtrl* ctrl);
- void onCommitWebProfile();
private:
std::string mURLHome;
std::string mURLWebProfile;
LLMediaCtrl* mWebBrowser;
LLButton* mWebProfileButton;
- LLUICtrl* mLoadButton;
- LLLineEditor* mUrlEdit;
LLFrameTimer mPerformanceTimer;
bool mFirstNavigate;