Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6291)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6292)
@@ -31,4 +31,7 @@
    * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
      - made sure that output of PostProcess fits into 80col boundary
+
+   * mimage/MHillas.cc:
+     - removed an obsolete call to TLine::Paint() in Paint.
 
 
Index: trunk/MagicSoft/Mars/mimage/MHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHillas.cc	(revision 6291)
+++ trunk/MagicSoft/Mars/mimage/MHillas.cc	(revision 6292)
@@ -179,5 +179,4 @@
     line.SetLineWidth(1);
     line.SetLineColor(kRed);
-    line.Paint();
 
     // Length line
