Index: trunk/MagicSoft/Mars/mpedestal/MHPedestalPix.h
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/MHPedestalPix.h	(revision 5470)
+++ 	(revision )
@@ -1,36 +1,0 @@
-#ifndef MARS_MHPedestalPix
-#define MARS_MHPedestalPix
-
-#ifndef MARS_MHCalibrationPix
-#include "MHCalibrationPix.h"
-#endif
-
-class MHPedestalPix : public MHCalibrationPix
-{
-
-private:
-
-  static const Int_t   fgChargeNbins;        // Default for fNbins   (now set to: 450  )
-  static const Axis_t  fgChargeFirst;        // Default for fFirst   (now set to: -0.5 )
-  static const Axis_t  fgChargeLast;         // Default for fLast    (now set to: 449.5)
-
-  Float_t fNSlices;                         // Number of FADC slices summed in extraction
-  
-public:
-
-  MHPedestalPix(const char *name=NULL, const char *title=NULL);
-  ~MHPedestalPix() {}
-
-  // Setters
-  void SetNSlices( const Float_t n)    { fNSlices = n ; }
-  
-  // Getters
-  Float_t GetNSlices() const       { return fNSlices; }
-  
-  // Others
-  void Renorm();  
-
-  ClassDef(MHPedestalPix, 1)     // Histogram class for Charge Pedestal Pixel
-};
-
-#endif
Index: trunk/MagicSoft/Mars/mpedestal/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 5470)
+++ trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 5471)
@@ -39,6 +39,4 @@
            MPedestalCam.cc \
 	   MPedestalPix.cc \
-           MHPedestalCam.cc \
-	   MHPedestalPix.cc \
 	   MPedCalcFromData.cc
 
Index: trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 5470)
+++ trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 5471)
@@ -16,6 +16,4 @@
 #pragma link C++ class MPedestalCam+;
 #pragma link C++ class MPedestalPix+;
-#pragma link C++ class MHPedestalCam+;
-#pragma link C++ class MHPedestalPix+;
 #pragma link C++ class MPedCalcFromData+;
 
