diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-11 15:21:52 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-11 15:21:52 +0200 |
commit | ce46b83538eacd769c78befa31d8f824509342cd (patch) | |
tree | 9c4270c1d65ab76c641f458a071bb9908c7a489b /indra/newview/llimfloatercontainer.h | |
parent | 82086067d99ad91be252321193222fc25ea01294 (diff) | |
parent | 23bc796a7f8cbe3163041c4a81018b1d89008cc2 (diff) |
Merged
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index b07ef2d71d..46c0617c01 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -43,7 +43,7 @@ class LLTabContainer; -class LLIMFloaterContainer : public LLMultiFloater, public LLAvatarPropertiesObserver, public LLParticularGroupMgrObserver +class LLIMFloaterContainer : public LLMultiFloater { public: LLIMFloaterContainer(const LLSD& seed); @@ -57,9 +57,6 @@ public: BOOL select_added_floater, LLTabContainer::eInsertionPoint insertion_point = LLTabContainer::END); - void processProperties(void* data, EAvatarProcessorType type); - void changed(const LLUUID& group_id, LLGroupChange gc); - static LLFloater* getCurrentVoiceFloater(); static LLIMFloaterContainer* findInstance(); |