Index: trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc	(revision 2410)
+++ trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc	(revision 2416)
@@ -412,5 +412,5 @@
 }
 
-void MCerPhotEvt::DrawPixelContent(Int_t num, TVirtualPad *pad=NULL) const
+void MCerPhotEvt::DrawPixelContent(Int_t num) const
 {
     *fLog << warn << "MCerPhotEvt::DrawPixelContent - not available." << endl;
Index: trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h	(revision 2410)
+++ trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h	(revision 2416)
@@ -74,5 +74,5 @@
 
     Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
-    void DrawPixelContent(Int_t num, TVirtualPad *pad=NULL) const;
+    void DrawPixelContent(Int_t num) const;
 
     ClassDef(MCerPhotEvt, 2)    // class for an event containing cerenkov photons
Index: trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc	(revision 2410)
+++ trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc	(revision 2416)
@@ -195,5 +195,5 @@
 }
 
-void MPedestalCam::DrawPixelContent(Int_t num, TVirtualPad *pad) const
+void MPedestalCam::DrawPixelContent(Int_t num) const
 {
     *fLog << warn << "MPedestalCam::DrawPixelContent - not available." << endl;
Index: trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MPedestalCam.h	(revision 2410)
+++ trunk/MagicSoft/Mars/manalysis/MPedestalCam.h	(revision 2416)
@@ -36,5 +36,5 @@
 
     Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
-    void DrawPixelContent(Int_t num, TVirtualPad *pad=NULL) const;
+    void DrawPixelContent(Int_t num) const;
 
     ClassDef(MPedestalCam, 1)	// Storage Container for all pedestal information of the camera
