Index: trunk/MagicSoft/Mars/mhist/MH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MH.cc	(revision 2412)
+++ trunk/MagicSoft/Mars/mhist/MH.cc	(revision 2413)
@@ -611,5 +611,5 @@
 // Also layout the two statistic boxes and a legend.
 //
-void MH::DrawCopy(const TH1 &hist1, const TH1 &hist2, const TString title)
+void MH::DrawSameCopy(const TH1 &hist1, const TH1 &hist2, const TString title)
 {
     //
@@ -700,5 +700,5 @@
 // Also layout the two statistic boxes and a legend.
 //
-void MH::Draw(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad)
+void MH::DrawSame(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad)
 {
     //
@@ -854,4 +854,5 @@
     return o;
 }
+
 /*
 // --------------------------------------------------------------------------
@@ -880,4 +881,5 @@
 }
 */
+
 // --------------------------------------------------------------------------
 //
Index: trunk/MagicSoft/Mars/mhist/MH.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MH.h	(revision 2412)
+++ trunk/MagicSoft/Mars/mhist/MH.h	(revision 2413)
@@ -63,11 +63,8 @@
     static Double_t GetBinCenterLog(const TAxis &axe, Int_t nbin);
 
-    static void DrawCopy(const TH1 &hist1, const TH1 &hist2, const TString title);
-    static void Draw(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad=NULL);
+    static void DrawSameCopy(const TH1 &hist1, const TH1 &hist2, const TString title);
+    static void DrawSame(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad=NULL);
 
     TObject *Clone(const char *name="") const;
-
-    // FIXME: Rename Draw-->Draw2 and remove this workaround...
-    void Draw(Option_t *o="") { MParContainer::Draw(o); }
 
     TObject *DrawClone(Option_t *opt, Int_t w, Int_t h) const
