diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-17 14:12:48 -0800 | 
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-17 14:12:48 -0800 | 
| commit | 68adda3627b0583e01796b229e1c1f920f28ff37 (patch) | |
| tree | 08319ce5440c080ebad1d50f9ac1f403b9335a0a /indra | |
| parent | e0b4a1f7acd72de69ca4ef0b44767373c93c13f9 (diff) | |
CHUI-685 removing some commented out code
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/lldonotdisturbnotificationstorage.cpp | 4 | 
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() | 
