diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-17 13:52:51 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-17 13:52:51 -0800 |
commit | fdf774f51fd24bb62d1e1fc580bd04df4547b9f8 (patch) | |
tree | 6d773c8a77cee95bdef6641705a092b23c0368c8 /indra/newview/lldonotdisturbnotificationstorage.h | |
parent | 41a53e864924cdb192aad9b3906006d7e8d4c91e (diff) |
CHUI-685 Problem: The notifications .xml file was cleared upon exit because removeIMNotification was being called and deleting inventory offers becaus they did not have a session id. Resolution: Now check to make sure that removeIMNotification only removes IMs (IMToast).
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.h')
-rw-r--r-- | indra/newview/lldonotdisturbnotificationstorage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.h b/indra/newview/lldonotdisturbnotificationstorage.h index fd03b71357..fd7cc7ee82 100644 --- a/indra/newview/lldonotdisturbnotificationstorage.h +++ b/indra/newview/lldonotdisturbnotificationstorage.h @@ -42,9 +42,6 @@ public: ~LLDoNotDisturbNotificationStorageTimer(); public: - void startTimer(); - void stopTimer(); - bool isRunning(); BOOL tick(); }; |