diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-07 08:51:23 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-07 08:51:23 +0300 |
commit | 78b3419fc895371aaeb4df9b886b3ee08c5ffd81 (patch) | |
tree | 2183637923fc776d5d0eb1a7fdfc2a531acdae1a /indra/newview/llpanelgroup.h | |
parent | 17b42d5c5e0577cfcb59dc8972ddee602938d419 (diff) |
EXT-7143 FIXED remove redundat code
reviewed V.Savchuk at https://codereview.productengine.com/secondlife/r/358/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index 359f252383..13a03b0713 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -95,9 +95,6 @@ public: LLOfferInfo* inventory_offer); - bool notifyChildren (const LLSD& info); - bool handleNotifyCallback(const LLSD&, const LLSD&); - protected: virtual void update(LLGroupChange gc); @@ -117,9 +114,6 @@ protected: protected: bool apply(LLPanelGroupTab* tab); - bool canClose(); - - bool mShowingNotifyDialog; LLTimer mRefreshTimer; |