summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 14:12:48 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 14:12:48 -0800
commit68adda3627b0583e01796b229e1c1f920f28ff37 (patch)
tree08319ce5440c080ebad1d50f9ac1f403b9335a0a
parente0b4a1f7acd72de69ca4ef0b44767373c93c13f9 (diff)
CHUI-685 removing some commented out code
-rw-r--r--indra/newview/lldonotdisturbnotificationstorage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.cpp b/indra/newview/lldonotdisturbnotificationstorage.cpp
index 5bea7d41f6..824ff67972 100644
--- a/indra/newview/lldonotdisturbnotificationstorage.cpp
+++ b/indra/newview/lldonotdisturbnotificationstorage.cpp
@@ -47,12 +47,12 @@ const std::string toastName = "IMToast";
LLDoNotDisturbNotificationStorageTimer::LLDoNotDisturbNotificationStorageTimer() : LLEventTimer(DND_TIMER)
{
- //mEventTimer.start();
+
}
LLDoNotDisturbNotificationStorageTimer::~LLDoNotDisturbNotificationStorageTimer()
{
- //mEventTimer.stop();
+
}
BOOL LLDoNotDisturbNotificationStorageTimer::tick()