Index: trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 6277)
+++ trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 6979)
@@ -93,5 +93,5 @@
                       // HOW TO GET RID OF IT? Move MHCamera to mgeom?
 
-#include "MStarPos.h"
+//#include "MStarPos.h"
 
 ClassImp(MAstroCamera);
@@ -429,4 +429,5 @@
 // Currently, the mean spot when averaging over all mirrors is used.
 //
+/*
 void MAstroCamera::FillStarList(TList* list)
 {
@@ -464,4 +465,5 @@
       }
       mean *= 1./num;
+
       MStarPos *starpos = new MStarPos;
       starpos->SetExpValues(mag,mean(0),mean(1));
@@ -477,4 +479,5 @@
     }
 }
+*/
 
 // ------------------------------------------------------------------------
Index: trunk/MagicSoft/Mars/mastro/MAstroCamera.h
===================================================================
--- trunk/MagicSoft/Mars/mastro/MAstroCamera.h	(revision 6277)
+++ trunk/MagicSoft/Mars/mastro/MAstroCamera.h	(revision 6979)
@@ -35,5 +35,5 @@
     void SetGeom(const MGeomCam &cam);
 
-    void FillStarList(TList *list);
+    //void FillStarList(TList *list);
 
     void GetDiffZdAz(Double_t x, Double_t y, Double_t &dzd, Double_t &daz);
