diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-02-05 19:33:36 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-02-05 19:38:00 +0200 |
commit | ad1052039cfdd0e9a95304874cf1347e1472d36f (patch) | |
tree | b04e8c9629f067995c21444096b645ffcd8f0526 /indra/newview/llpanelprofile.h | |
parent | d956c866cf5f633668f6e81996f7ddb8481eae1c (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.h | 3 |
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; |