summaryrefslogtreecommitdiff
path: root/indra/newview/lldonotdisturbnotificationstorage.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 13:52:51 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 13:52:51 -0800
commitfdf774f51fd24bb62d1e1fc580bd04df4547b9f8 (patch)
tree6d773c8a77cee95bdef6641705a092b23c0368c8 /indra/newview/lldonotdisturbnotificationstorage.h
parent41a53e864924cdb192aad9b3906006d7e8d4c91e (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.h3
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();
};