Index: trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- trunk/MagicSoft/Mars/macros/calibration.C	(revision 3744)
+++ trunk/MagicSoft/Mars/macros/calibration.C	(revision 3745)
@@ -110,19 +110,7 @@
 
   //
-  // Create a empty Parameter List and an empty Task List
-  // The tasklist is identified in the eventloop by its name
-  //
-  MParList  plist0;
-  MTaskList tlist0;
-  plist0.AddToList(&tlist0);
-  
-  //
-  // Now setup the tasks and tasklist for the pedestals:
+  // Now setup the tasks and for the calibration:
   // ---------------------------------------------------
   //
-  MReadMarsFile read("Events");
-  read.DisableAutoScheme();
-  static_cast<MRead&>(read).AddFiles(pruns);
-
   MJCalibration calloop;
   calloop.SetColor(color);
