Index: trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc	(revision 2674)
+++ trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc	(revision 2678)
@@ -59,5 +59,5 @@
 //
 MEventRateCalc::MEventRateCalc(const char *name, const char *title)
-    : /*fNumEvents(10000),*/ fTimes(1000)
+    : fTimes(1000)
 {
     fName  = name  ? name  : "MEventRateCalc";
@@ -82,6 +82,4 @@
     if (!fRate)
         return kFALSE;
-
-    //fEvtNumber = 0;
 
     memset(fTimes.GetArray(), 0, sizeof(Double_t)*fTimes.GetSize());
