summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoast.h')
-rw-r--r--indra/newview/lltoast.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lltoast.h b/indra/newview/lltoast.h
index a4dee1e386..f1a9f2ec46 100644
--- a/indra/newview/lltoast.h
+++ b/indra/newview/lltoast.h
@@ -121,8 +121,6 @@ public:
// get information whether the notification corresponding to the toast is responded or not
bool getIsNotificationUnResponded();
//
- bool isViewed() { return mIsViewed; }
- //
void setCanFade(bool can_fade);
//
void setCanBeStored(bool can_be_stored) { mCanBeStored = can_be_stored; }
@@ -163,8 +161,6 @@ private:
LLButton* mHideBtn;
LLColor4 mBgColor;
- bool mIsViewed;
- bool mIsTipNotification;
bool mCanFade;
bool mIsModal;
bool mCanBeStored;