diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-22 20:18:30 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-22 20:18:30 +0200 |
commit | 9621dd8bbd1697b119574bcc879345f03b42969e (patch) | |
tree | 715cac1b7f70a54de3fcedc0af18111056a4b520 /indra/newview/llpanelgroup.h | |
parent | 4acfc99fa608269d06a5a3e45a4c3fdc5e3d06ee (diff) |
SL-12100 Premium Enhancements - Changes to rates to create Groups, UI Work
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index 0b40c8b5d3..be40b08a6d 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -79,8 +79,6 @@ public: virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); - static void refreshCreatedGroup(const LLUUID& group_id); - static void showNotice(const std::string& subject, const std::string& message, const LLUUID& group_id, @@ -92,7 +90,6 @@ public: protected: virtual void update(LLGroupChange gc); - void onBtnCreate(); void onBackBtnClick(); void onBtnJoin(); |