Index: trunk/MagicSoft/Mars/mgui/MHexagon.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MHexagon.cc	(revision 9235)
+++ trunk/MagicSoft/Mars/mgui/MHexagon.cc	(revision 9385)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.31 2009-01-21 14:34:48 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.32 2009-03-04 18:45:26 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -48,5 +48,4 @@
 
 #include "MMath.h"
-#include "MGeomPix.h"       // GetX
 
 ClassImp(MHexagon);
@@ -75,18 +74,4 @@
 : TAttLine(1, 1, 1), TAttFill(0, 1001), fX(x), fY(y), fD(d), fPhi(phi)
 {
-}
-
-// ------------------------------------------------------------------------
-//
-//    normal constructor for MHexagon
-//
-MHexagon::MHexagon(const MGeomPix &pix)
-: TAttLine(1, 1, 1), TAttFill(0, 1001), fPhi(0)
-{
-    fX = pix.GetX();
-    fY = pix.GetY();
-    fD = pix.GetD();
-
-    // fPhi = pix.GetPhi();
 }
 
Index: trunk/MagicSoft/Mars/mgui/MHexagon.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MHexagon.h	(revision 9235)
+++ trunk/MagicSoft/Mars/mgui/MHexagon.h	(revision 9385)
@@ -26,5 +26,4 @@
 #endif 
 
-class MGeomPix;
 class TOrdCollection;
 
@@ -51,5 +50,4 @@
     MHexagon();
     MHexagon(Float_t x, Float_t y, Float_t d, Float_t phi=0);
-    MHexagon(const MGeomPix &pix);
     MHexagon(const MHexagon &hexagon);
 
