diff options
author | Palmer <palmer@lindenlab.com> | 2010-05-06 15:52:52 -0700 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2010-05-06 15:52:52 -0700 |
commit | de45b16cdf57c168b283a1c2a379c5ecd264ccb3 (patch) | |
tree | 043a348bc62212e7d2af6a958229e8da6223ec79 /indra/newview/llsyswellwindow.h | |
parent | 243c962c8b5a6d2dac8caf3073a03880abcf66e9 (diff) | |
parent | 6fc2cce516763ca1df3894645c44add7371439d8 (diff) |
merge
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index 296bdf7482..c8215c71ee 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -82,20 +82,12 @@ public: protected: - typedef enum{ - IT_NOTIFICATION, - IT_INSTANT_MESSAGE - }EItemType; - // gets a rect that bounds possible positions for the SysWellWindow on a screen (EXT-1111) void getAllowedRect(LLRect& rect); // init Window's channel virtual void initChannel(); - void handleItemAdded(EItemType added_item_type); - void handleItemRemoved(EItemType removed_item_type); - bool anotherTypeExists(EItemType item_type) ; const std::string NOTIFICATION_WELL_ANCHOR_NAME; const std::string IM_WELL_ANCHOR_NAME; @@ -113,15 +105,6 @@ protected: */ LLSysWellChiclet* mSysWellChiclet; - /** - * Special panel which is used as separator of Notifications & IM Rows. - * It is always presents in the list and shown when it is necessary. - * It should be taken into account when reshaping and checking list size - */ - LLPanel* mSeparator; - - typedef std::map<EItemType, S32> typed_items_count_t; - typed_items_count_t mTypedItemsCount; bool mIsReshapedByUser; }; |