Index: trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 5039)
+++ 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.
