Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5057)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5058)
@@ -59,4 +59,8 @@
      - THE USE OF THIS TASK IS DEPRICATED. PLEASE USE MHillasCalc INSTEAD!!!
 
+   * mimage/MHillas.cc:
+     - enhanced Paint
+
+
 
  2004/09/15: Markus Gaug
@@ -86,4 +90,5 @@
    * mcalib/MCalibrationBlindCam.[h,cc]
      - added function GetFluxInsidePlexiglass() and variances
+
 
 
Index: /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 5057)
+++ /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 5058)
@@ -339,16 +339,4 @@
 // --------------------------------------------------------------------------
 //
-//  This is used to print the output in the PostProcess. Later (having
-//  millions of events) we may want to improve the output.
-//
-void MHillasCalc::PrintSkipped(UInt_t i, const char *str) 
-{
-    *fLog << " " << setw(7) << fErrors[i] << " (";
-    *fLog << setw(3) << (int)(100.*fErrors[i]/GetNumExecutions());
-    *fLog << "%) Evts skipped: " << str << endl;
-}
-
-// --------------------------------------------------------------------------
-//
 //  Prints some statistics about the hillas calculation. The percentage
 //  is calculated with respect to the number of executions of this task.
