diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-03 19:06:52 -0800 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-03 19:06:52 -0800 |
| commit | 60c72c85e2360284ecc3326871dcc76fcce0e945 (patch) | |
| tree | 0975079757051ae4b6271408a9bd12c3c3b3d3d1 /indra/llui/llnotifications.cpp | |
| parent | ad7cb33bbc4f3dae5ad8396b11e98d2e1490e349 (diff) | |
Cleaning up some unreferenced member variables and related types from LLNotifications.
Diffstat (limited to 'indra/llui/llnotifications.cpp')
| -rw-r--r-- | indra/llui/llnotifications.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 66144671c9..61d5dcf12c 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -39,7 +39,6 @@ #include "lldir.h" #include "llsdserialize.h" #include "lltrans.h" -#include "llnotificationslistener.h" #include "llstring.h" #include "llsdparam.h" #include "llsdutil.h" @@ -1167,8 +1166,6 @@ LLNotifications::LLNotifications() mIgnoreAllNotifications(false) { LLUICtrl::CommitCallbackRegistry::currentRegistrar().add("Notification.Show", boost::bind(&LLNotifications::addFromCallback, this, _2)); - - mListener.reset(new LLNotificationsListener(*this)); } |
