Index: trunk/MagicSoft/Mars/macros/collarea.C
===================================================================
--- trunk/MagicSoft/Mars/macros/collarea.C	(revision 1003)
+++ trunk/MagicSoft/Mars/macros/collarea.C	(revision 1007)
@@ -25,7 +25,4 @@
 void collarea(char *filename = "data/camera.root")
 { 
-    // FIXME: Harald, you should tell the people what the result of
-    // this macro really is.
-
     //
     // first we have to create our empty lists
@@ -42,14 +39,8 @@
     //
     MReadTree reader("Events", filename);
-    reader.UseLeaf("fImpact");
-    reader.UseLeaf("fEnergy");
-    reader.UseLeaf("fNumFirstLevel");
+    MMcCollectionAreaCalc effi;
+
     tasklist.AddToList(&reader);
-
-    MMcCollectionAreaCalc effi;
     tasklist.AddToList(&effi);
-
-    MTask task;
-    tasklist.AddToList(&task);
 
     //
