Index: trunk/MagicSoft/Mars/macros/getExtractor.C
===================================================================
--- trunk/MagicSoft/Mars/macros/getExtractor.C	(revision 5530)
+++ trunk/MagicSoft/Mars/macros/getExtractor.C	(revision 5531)
@@ -107,5 +107,4 @@
 
   MExtractor *extractor   = NULL;
-  Bool_t useTimeAndCharge = kFALSE;
   
   //
@@ -148,5 +147,5 @@
       // ATTENTION: If an extractor deriving from MExtractTimeAndCharge is
       //            used, you may want to use the timing calculated directly
-      //            from there. Use the flag: "useTimeAndCharge" in this case
+      //            from there. 
       //
       // MExtractTimeHighestIntegral 
@@ -155,6 +154,4 @@
       //
       // COMBINED TIME AND CHARGE EXTRACTORS:
-      // (You have to set the variable "useTimeAndCharge" in order to use the 
-      //  time calculated by this extractor!)
       // MExtractTimeAndChargeDigitalFilter 
       // MExtractTimeAndChargeSpline        
@@ -169,5 +166,4 @@
       extractor = new MExtractTimeAndChargeSlidingWindow();
       extractor->SetRange(0,18,2,14);
-      useTimeAndCharge = kTRUE;
       break;
     case 23:
@@ -179,5 +175,4 @@
       ((MExtractTimeAndChargeSpline*)extractor)->SetChargeType(MExtractTimeAndChargeSpline::kIntegral);      
       extractor->SetRange(0,18,2,14);
-      useTimeAndCharge = kTRUE;
       break;
     case 28:
@@ -189,5 +184,4 @@
       extractor = new MExtractTimeAndChargeDigitalFilter;
       extractor->SetRange(0,18,2,14);
-      useTimeAndCharge = kTRUE;
       break;
     default:
