Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6508)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6509)
@@ -34,5 +34,7 @@
        true total number of produced MC events, and allow for the 
        setting of a "tentative" differential gamma spectrum to be used 
-       in the calculation of effective areas.
+       in the calculation of effective areas. 
+       Removed unused constructor argument "input" in 
+       MMcCollectionAreaCalc.
 
    * macros/collarea.C
Index: /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc	(revision 6508)
+++ /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc	(revision 6509)
@@ -54,6 +54,5 @@
 //  Constructor
 //
-MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *input, const char *name, 
-					     const char *title): 
+MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *name, const char *title): 
   fBinsTheta(0), fBinsEnergy(0), fSpectrum(0)
 {
Index: /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h	(revision 6508)
+++ /trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h	(revision 6509)
@@ -41,6 +41,5 @@
 
 public:
-    MMcCollectionAreaCalc(const char *input = NULL,
-                          const char *name = NULL, const char *title = NULL);
+    MMcCollectionAreaCalc(const char *name = NULL, const char *title = NULL);
 
     void SetSpectrum(TF1 *f) { fSpectrum = f; }
